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

#define enter_xon_mode tigetstr("smxon")

/** turn on xon/xoff handshaking **/

/*
TERMINFO_NAME(smxon)
TERMCAP_NAME(SX)
XOPEN(400)
*/