summaryrefslogtreecommitdiff
path: root/term/color_names.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/color_names.c')
-rw-r--r--term/color_names.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/color_names.c b/term/color_names.c
new file mode 100644
index 0000000..c0c896b
--- /dev/null
+++ b/term/color_names.c
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define color_names tigetstr("colornm")
+
+/** give name for color #1 **/
+
+/*
+TERMINFO_NAME(colornm)
+TERMCAP_NAME(Yw)
+XOPEN(400)
+*/