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

#define exit_standout_mode tigetstr("rmso")

/** end standout mode **/

/*
TERMINFO_NAME(rmso)
TERMCAP_NAME(se)
XOPEN(400)
*/