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

#define xon_xoff tigetflag("xon")

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

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