diff options
Diffstat (limited to 'term/cursor_invisible.h')
-rw-r--r-- | term/cursor_invisible.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_invisible.h b/term/cursor_invisible.h new file mode 100644 index 0000000..2987927 --- /dev/null +++ b/term/cursor_invisible.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define cursor_invisible tigetstr("civis") + +/** make cursor invisible **/ + +/* +TERMINFO_NAME(civis) +TERMCAP_NAME(vi) +XOPEN(400) +*/ |