summaryrefslogtreecommitdiff
path: root/term/enter_xon_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/enter_xon_mode.h')
-rw-r--r--term/enter_xon_mode.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/enter_xon_mode.h b/term/enter_xon_mode.h
new file mode 100644
index 0000000..0d0ccaf
--- /dev/null
+++ b/term/enter_xon_mode.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define enter_xon_mode tigetstr("smxon")
+
+/** turn on xon/xoff handshaking **/
+
+/*
+TERMINFO_NAME(smxon)
+TERMCAP_NAME(SX)
+XOPEN(400)
+*/