diff options
Diffstat (limited to 'term/move_standout_mode.h')
-rw-r--r-- | term/move_standout_mode.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/move_standout_mode.h b/term/move_standout_mode.h new file mode 100644 index 0000000..c7699a1 --- /dev/null +++ b/term/move_standout_mode.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define move_standout_mode tigetflag("msgr") + +/** safe to move in standout modes **/ + +/* +TERMINFO_NAME(msgr) +TERMCAP_NAME(ms) +XOPEN(400) +*/ |