diff options
Diffstat (limited to 'term/hard_cursor.h')
-rw-r--r-- | term/hard_cursor.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/hard_cursor.h b/term/hard_cursor.h new file mode 100644 index 0000000..a3e8c1c --- /dev/null +++ b/term/hard_cursor.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define hard_cursor tigetflag("chts") + +/** cursor is hard to see **/ + +/* +TERMINFO_NAME(chts) +TERMCAP_NAME(HC) +XOPEN(400) +*/ |