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