Codepage messages related translated & other stuff...
[midnight-commander.git] / src / xtty.h
blob0010575109f061f21a4c0f641e3ec4710d0186d3
1 #include "keys.h"
3 #define LINES 0
4 #define COLS 0
5 #define ERR -1
7 enum {
8 COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_YELLOW,
9 COLOR_BLUE, COLOR_MAGENTA, COLOR_CYAN, COLOR_WHITE
12 #define A_NORMAL 0
13 #define A_BOLD 0x40
14 #define A_UNDERLINE 0x40
15 #define A_REVERSE 0x20
16 #define A_BOLD_REVERSE 0x21