summaryrefslogtreecommitdiff
path: root/term/hue_lightness_saturation.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/hue_lightness_saturation.h')
-rw-r--r--term/hue_lightness_saturation.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/hue_lightness_saturation.h b/term/hue_lightness_saturation.h
new file mode 100644
index 0000000..4954ef6
--- /dev/null
+++ b/term/hue_lightness_saturation.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define hue_lightness_saturation tigetflag("hls")
+
+/** terminal uses only HLS color notation **/
+
+/*
+TERMINFO_NAME(hls)
+TERMCAP_NAME(hl)
+XOPEN(400)
+*/