diff options
Diffstat (limited to 'term/orig_colors.h')
-rw-r--r-- | term/orig_colors.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/orig_colors.h b/term/orig_colors.h new file mode 100644 index 0000000..24f862c --- /dev/null +++ b/term/orig_colors.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define orig_colors tigetstr("oc") + +/** set all colors and color pairs to original **/ + +/* +TERMINFO_NAME(oc) +TERMCAP_NAME(oc) +XOPEN(400) +*/ |