diff options
Diffstat (limited to 'term/cursor_to_ll.c')
-rw-r--r-- | term/cursor_to_ll.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/term/cursor_to_ll.c b/term/cursor_to_ll.c deleted file mode 100644 index d023086..0000000 --- a/term/cursor_to_ll.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <term.h> - -#define cursor_to_ll tigetstr("ll") - -/** last line, first column (if no (TERMCAP(cup)) **/ - -/* -TERMINFO_NAME(ll) -TERMCAP_NAME(ll) -XOPEN(400) -*/ |