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