diff options
Diffstat (limited to 'term/reset_2string.h')
-rw-r--r-- | term/reset_2string.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/reset_2string.h b/term/reset_2string.h new file mode 100644 index 0000000..36501d3 --- /dev/null +++ b/term/reset_2string.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define reset_2string tigetstr("rs2") + +/** reset terminal completely to sane modes **/ + +/* +TERMINFO_NAME(rs2) +TERMCAP_NAME(r2) +XOPEN(400) +*/ |