diff options
Diffstat (limited to 'term/parm_right_cursor.h')
-rw-r--r-- | term/parm_right_cursor.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/parm_right_cursor.h b/term/parm_right_cursor.h new file mode 100644 index 0000000..955f5eb --- /dev/null +++ b/term/parm_right_cursor.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define parm_right_cursor tigetstr("cuf") + +/** move right #1 spaces **/ + +/* +TERMINFO_NAME(cuf) +TERMCAP_NAME(RI) +XOPEN(400) +*/ |