diff options
Diffstat (limited to 'term/no_color_video.c')
-rw-r--r-- | term/no_color_video.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/no_color_video.c b/term/no_color_video.c new file mode 100644 index 0000000..6b82571 --- /dev/null +++ b/term/no_color_video.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define no_color_video tigetnum("ncv") + +/** video attributes that can't be used with colors **/ + +/* +TERMINFO_NAME(ncv) +TERMCAP_NAME(NC) +XOPEN(400) +*/ |