Refactored IPV4/IPV6 FTP connection setup code
[midnight-commander.git] / lib / tty / color-slang.h
blobb3c22e691a3c983c3f7de220531395de56cda8c3
2 /** \file color-slang.h
3 * \brief Header: S-Lang-specific color setup
4 */
6 #ifndef MC_COLOR_SLANG_H
7 #define MC_COLOR_SLANG_H
9 #include "tty-slang.h" /* S-Lang headers */
11 enum {
12 COLOR_BLACK = 0,
13 COLOR_RED,
14 COLOR_GREEN,
15 COLOR_YELLOW,
16 COLOR_BLUE,
17 COLOR_MAGENTA,
18 COLOR_CYAN,
19 COLOR_WHITE
22 /* When using Slang with color, we have all the indexes free but
23 * those defined here (A_BOLD, A_UNDERLINE, A_REVERSE, A_BOLD_REVERSE)
26 #ifndef A_BOLD
27 #define A_BOLD SLTT_BOLD_MASK
28 #endif /* A_BOLD */
30 #endif /* MC_COLOR_SLANG_H */