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

#define parm_left_cursor tigetstr("cub")

/** move cursor left #1 spaces **/

/*
TERMINFO_NAME(cub)
TERMCAP_NAME(LE)
XOPEN(400)
*/