summaryrefslogtreecommitdiff
path: root/term/exit_standout_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/exit_standout_mode.h')
-rw-r--r--term/exit_standout_mode.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/exit_standout_mode.h b/term/exit_standout_mode.h
new file mode 100644
index 0000000..625b4a7
--- /dev/null
+++ b/term/exit_standout_mode.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define exit_standout_mode tigetstr("rmso")
+
+/** end standout mode **/
+
+/*
+TERMINFO_NAME(rmso)
+TERMCAP_NAME(se)
+XOPEN(400)
+*/