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