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