diff options
Diffstat (limited to 'term/cursor_right.h')
-rw-r--r-- | term/cursor_right.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_right.h b/term/cursor_right.h new file mode 100644 index 0000000..3ec6293 --- /dev/null +++ b/term/cursor_right.h @@ -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) +*/ |