win32tty distinguish between black/gray/white
This commit is contained in:
@@ -11,6 +11,7 @@ Platform- and/or Interface-Specific Fixes
|
|||||||
Gnome: compilation problems on Redhat 7.2 and 8.0
|
Gnome: compilation problems on Redhat 7.2 and 8.0
|
||||||
unix: Makefile.utl would put OBJDIR objects in the wrong directory
|
unix: Makefile.utl would put OBJDIR objects in the wrong directory
|
||||||
win32tty: add subkeyvalue option to alter key values; Finnish keyboard fix
|
win32tty: add subkeyvalue option to alter key values; Finnish keyboard fix
|
||||||
|
win32tty: distinguish between black/gray/white (by Quietust)
|
||||||
|
|
||||||
|
|
||||||
General New Features
|
General New Features
|
||||||
|
|||||||
@@ -758,7 +758,7 @@ cl_eos()
|
|||||||
static void
|
static void
|
||||||
init_ttycolor()
|
init_ttycolor()
|
||||||
{
|
{
|
||||||
ttycolors[CLR_BLACK] = FOREGROUND_GREEN|FOREGROUND_BLUE|FOREGROUND_RED;
|
ttycolors[CLR_BLACK] = FOREGROUND_INTENSITY; /* fix by Quietust */
|
||||||
ttycolors[CLR_RED] = FOREGROUND_RED;
|
ttycolors[CLR_RED] = FOREGROUND_RED;
|
||||||
ttycolors[CLR_GREEN] = FOREGROUND_GREEN;
|
ttycolors[CLR_GREEN] = FOREGROUND_GREEN;
|
||||||
ttycolors[CLR_BROWN] = FOREGROUND_GREEN|FOREGROUND_RED;
|
ttycolors[CLR_BROWN] = FOREGROUND_GREEN|FOREGROUND_RED;
|
||||||
|
|||||||
Reference in New Issue
Block a user