summaryrefslogtreecommitdiff
path: root/src/term/xon_xoff.c
blob: 8742c50ae78d93d0a1cd281e264dc1633ab956f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define xon_xoff tigetflag("xon")

/** terminal uses xon/xoff handshaking **/

/*
TERMINFO_NAME(xon)
TERMCAP_NAME(xo)
XOPEN(400)
*/