diff options
Diffstat (limited to 'term/code_set_init.h')
-rw-r--r-- | term/code_set_init.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/code_set_init.h b/term/code_set_init.h new file mode 100644 index 0000000..c7f4bd9 --- /dev/null +++ b/term/code_set_init.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define code_set_init tigetstr("csin") + +/** init sequence for multiple codesets **/ + +/* +TERMINFO_NAME(csin) +TERMCAP_NAME(ci) +XOPEN(400) +*/ |