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