diff options
Diffstat (limited to 'term/needs_xon_xoff.c')
-rw-r--r-- | term/needs_xon_xoff.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/needs_xon_xoff.c b/term/needs_xon_xoff.c new file mode 100644 index 0000000..24367b9 --- /dev/null +++ b/term/needs_xon_xoff.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define needs_xon_xoff tigetflag("nxon") + +/** padding won't work, xon/xoff required **/ + +/* +TERMINFO_NAME(nxon) +TERMCAP_NAME(nx) +XOPEN(400) +*/ |