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) */