diff options
Diffstat (limited to 'src/term/cursor_normal.c')
| -rw-r--r-- | src/term/cursor_normal.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/term/cursor_normal.c b/src/term/cursor_normal.c new file mode 100644 index 00000000..74af9784 --- /dev/null +++ b/src/term/cursor_normal.c @@ -0,0 +1,11 @@ +#include <curses.h> + +#define cursor_normal tigetstr("cnorm") + +/** make cursor appear normal **/ + +/* +TERMINFO_NAME(cnorm) +TERMCAP_NAME(ve) +XOPEN(400) +*/ |
