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