diff options
Diffstat (limited to 'term/ceol_standout_glitch.h')
-rw-r--r-- | term/ceol_standout_glitch.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/ceol_standout_glitch.h b/term/ceol_standout_glitch.h new file mode 100644 index 0000000..2d24fcc --- /dev/null +++ b/term/ceol_standout_glitch.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define ceol_standout_glitch tigetflag("xhp") + +/** standout not erased by overwriting **/ + +/* +TERMINFO_NAME(xhp) +TERMCAP_NAME(xs) +XOPEN(400) +*/ |