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

#define cursor_normal tigetstr("cnorm")

/** make cursor appear normal **/

/*
TERMINFO_NAME(cnorm)
TERMCAP_NAME(ve)
XOPEN(400)
*/