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