summaryrefslogtreecommitdiff
path: root/src/term/ceol_standout_glitch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term/ceol_standout_glitch.c')
-rw-r--r--src/term/ceol_standout_glitch.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/term/ceol_standout_glitch.c b/src/term/ceol_standout_glitch.c
new file mode 100644
index 00000000..d2e09236
--- /dev/null
+++ b/src/term/ceol_standout_glitch.c
@@ -0,0 +1,11 @@
+#include <curses.h>
+
+#define ceol_standout_glitch tigetflag("xhp")
+
+/** standout not erased by overwriting **/
+
+/*
+TERMINFO_NAME(xhp)
+TERMCAP_NAME(xs)
+XOPEN(400)
+*/