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

#define cursor_right tigetstr("cufl")

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

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