summaryrefslogtreecommitdiff
path: root/src/term/hard_cursor.c
blob: 9494de2a8671b9f53f55d269475d151768532e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define hard_cursor tigetflag("chts")

/** cursor is hard to see **/

/*
TERMINFO_NAME(chts)
TERMCAP_NAME(HC)
XOPEN(400)
*/