Moved dir $(srcdir)/syntax into $(srcdir)/misc/syntax
[midnight-commander.git] / src / tty / color-slang.h
blob7b47d11dfd31ef430d57ec56764767f3ebc101e1
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 "../../src/tty/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 */