Fix color behavior on some terminals.

Fixes #635.
This commit is contained in:
Hisham Muhammad
2018-02-05 07:01:12 +01:00
parent c50440f165
commit ac2dff2881
3 changed files with 19 additions and 15 deletions

1
CRT.h
View File

@ -26,6 +26,7 @@ in the source distribution for its full text.
#define White COLOR_WHITE
#define ColorPairGrayBlack ColorPair(Magenta,Magenta)
#define ColorIndexGrayBlack ColorIndex(Magenta,Magenta)
#define KEY_WHEELUP KEY_F(20)
#define KEY_WHEELDOWN KEY_F(21)