2 /** \file color-slang.h
3 * \brief Header: S-Lang-specific color setup
6 #ifndef MC_COLOR_SLANG_H
7 #define MC_COLOR_SLANG_H
9 #include "../../src/tty/tty-slang.h" /* S-Lang headers */
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)
27 #define A_BOLD SLTT_BOLD_MASK
30 #endif /* MC_COLOR_SLANG_H */