summaryrefslogtreecommitdiff
path: root/term/needs_xon_xoff.c
blob: 24367b96e645ee6f5ed6404d3b953d694b6dbb54 (plain)
1
2
3
4
5
6
7
8
9
10
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)
*/