summaryrefslogtreecommitdiff
path: root/term/exit_standout_mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/exit_standout_mode.c')
-rw-r--r--term/exit_standout_mode.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/exit_standout_mode.c b/term/exit_standout_mode.c
deleted file mode 100644
index 625b4a7..0000000
--- a/term/exit_standout_mode.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define exit_standout_mode tigetstr("rmso")
-
-/** end standout mode **/
-
-/*
-TERMINFO_NAME(rmso)
-TERMCAP_NAME(se)
-XOPEN(400)
-*/