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

#define parm_left_cursor tigetstr("cub")

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

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