diff options
Diffstat (limited to 'term/set_color_band.c')
-rw-r--r-- | term/set_color_band.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/set_color_band.c b/term/set_color_band.c new file mode 100644 index 0000000..9e34d8f --- /dev/null +++ b/term/set_color_band.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define set_color_band tigetstr("setcolor") + +/** change to ribbon color #1 **/ + +/* +TERMINFO_NAME(setcolor) +TERMCAP_NAME(Yz) +XOPEN(400) +*/ |