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