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

#define parm_right_cursor tigetstr("cuf")

/** move right #1 spaces **/

/*
TERMINFO_NAME(cuf)
TERMCAP_NAME(RI)
XOPEN(400)
*/