summaryrefslogtreecommitdiff
path: root/src/term/cursor_to_ll.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-13 19:52:12 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-13 19:52:12 -0400
commitc93dd9bc67485586f3fad4958e70a1fd3c83c2d4 (patch)
tree70dccb9034eceaa3d8df4330207c3d7756e0334e /src/term/cursor_to_ll.c
parentefeeb5db9e8178a5f0ade3f99832782ab0cb4442 (diff)
split out curses
Diffstat (limited to 'src/term/cursor_to_ll.c')
-rw-r--r--src/term/cursor_to_ll.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/term/cursor_to_ll.c b/src/term/cursor_to_ll.c
deleted file mode 100644
index d0230864..00000000
--- a/src/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)
-*/