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

#define cursor_up tigetstr("cuul")

/** upline (cursor up) **/

/*
TERMINFO_NAME(cuul)
TERMCAP_NAME(up)
XOPEN(400)
*/