summaryrefslogtreecommitdiff
path: root/term/no_color_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/no_color_video.c')
-rw-r--r--term/no_color_video.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/no_color_video.c b/term/no_color_video.c
deleted file mode 100644
index 6b82571..0000000
--- a/term/no_color_video.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#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)
-*/