summaryrefslogtreecommitdiff
path: root/term/cursor_mem_address.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/cursor_mem_address.c')
-rw-r--r--term/cursor_mem_address.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/cursor_mem_address.c b/term/cursor_mem_address.c
deleted file mode 100644
index f59b697..0000000
--- a/term/cursor_mem_address.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define cursor_mem_address tigetstr("mrcup")
-
-/** memory relative cursor addressing **/
-
-/*
-TERMINFO_NAME(mrcup)
-TERMCAP_NAME(CM)
-XOPEN(400)
-*/