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