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

#define cursor_normal tigetstr("cnorm")

/** make cursor appear normal **/

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