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

#define cursor_right tigetstr("cufl")

/** non-destructive space (cursor or carriage right) **/

/*
TERMINFO_NAME(cufl)
TERMCAP_NAME(nd)
XOPEN(400)
*/