diff options
Diffstat (limited to 'term/exit_pc_charset_mode.c')
-rw-r--r-- | term/exit_pc_charset_mode.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/exit_pc_charset_mode.c b/term/exit_pc_charset_mode.c new file mode 100644 index 0000000..ca4db77 --- /dev/null +++ b/term/exit_pc_charset_mode.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define exit_pc_charset_mode tigetstr("rmpch") + +/** disable PC character display mode **/ + +/* +TERMINFO_NAME(rmpch) +TERMCAP_NAME(S3) +XOPEN(400) +*/ |