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

#define parm_up_cursor tigetstr("cuu")

/** move cursor up #1 lines **/

/*
TERMINFO_NAME(cuu)
TERMCAP_NAME(UP)
XOPEN(400)
*/