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

#define cursor_left tigetstr("cubl")

/** move left one space **/

/*
TERMINFO_NAME(cubl)
TERMCAP_NAME(le)
XOPEN(400)
*/