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

#define parm_up_cursor tigetstr("cuu")

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

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