K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2018-05-10T16:41:47.016263Z K 7 svn:log V 273 vt(4): Put for() loop outside switch() in vt_generate_cons_palette() This makes it more logical: 1. It checks the requested color format 2. It fills the palette accordingly Also vt_palette_init() is only called when needed (i.e. when the format is `COLOR_FORMAT_RGB`). END