diff options
Diffstat (limited to 'term/cursor_right.c')
-rw-r--r-- | term/cursor_right.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_right.c b/term/cursor_right.c new file mode 100644 index 0000000..3ec6293 --- /dev/null +++ b/term/cursor_right.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define cursor_right tigetstr("cufl") + +/** non-destructive space (cursor or carriage right) **/ + +/* +TERMINFO_NAME(cufl) +TERMCAP_NAME(nd) +XOPEN(400) +*/ |