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, 0 insertions, 11 deletions
diff --git a/src/term/xon_xoff.c b/src/term/xon_xoff.c
deleted file mode 100644
index c2b3e35e..00000000
--- a/src/term/xon_xoff.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define xon_xoff tigetflag("xon")
-
-/** terminal uses xon/xoff handshaking **/
-
-/*
-TERMINFO_NAME(xon)
-TERMCAP_NAME(xo)
-XOPEN(400)
-*/