Skip to content
  • rswindell's avatar
    f472f24c
    Define the index positions in the (still undocumented) console.color_list[] · f472f24c
    rswindell authored
    array. These correlate with the lines in ctrl/attr.cfg and are used for
    setting console attributes in places where text.dat strings perhaps didn't
    make sense. These values are used like this (e.g. to set the current
    console attributes configured for filenaems):
    	console.attributes = console.color_list[ATTR_FILENAME];
    f472f24c
    Define the index positions in the (still undocumented) console.color_list[]
    rswindell authored
    array. These correlate with the lines in ctrl/attr.cfg and are used for
    setting console attributes in places where text.dat strings perhaps didn't
    make sense. These values are used like this (e.g. to set the current
    console attributes configured for filenaems):
    	console.attributes = console.color_list[ATTR_FILENAME];
Loading