diff options
Diffstat (limited to 'term/set_background.h')
-rw-r--r-- | term/set_background.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/set_background.h b/term/set_background.h new file mode 100644 index 0000000..4bd684c --- /dev/null +++ b/term/set_background.h @@ -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) +*/ |