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

#define move_standout_mode tigetflag("msgr")

/** safe to move in standout modes **/

/*
TERMINFO_NAME(msgr)
TERMCAP_NAME(ms)
XOPEN(400)
*/