summaryrefslogtreecommitdiff
path: root/term/xon_xoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/xon_xoff.c')
-rw-r--r--term/xon_xoff.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/xon_xoff.c b/term/xon_xoff.c
deleted file mode 100644
index c2b3e35..0000000
--- a/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)
-*/