diff options
Diffstat (limited to 'term/initialize_color.h')
-rw-r--r-- | term/initialize_color.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/initialize_color.h b/term/initialize_color.h new file mode 100644 index 0000000..a089b1d --- /dev/null +++ b/term/initialize_color.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define initialize_color tigetstr("initc") + +/** set color #1 to RGB #2,#3,#4 **/ + +/* +TERMINFO_NAME(initc) +TERMCAP_NAME(IC) +XOPEN(400) +*/ |