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, 0 insertions, 11 deletions
diff --git a/term/set_background.c b/term/set_background.c
deleted file mode 100644
index 4bd684c..0000000
--- a/term/set_background.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define set_background tigetstr("setb")
-
-/** set background color to #1 **/
-
-/*
-TERMINFO_NAME(setb)
-TERMCAP_NAME(Sb)
-XOPEN(400)
-*/