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