summaryrefslogtreecommitdiff
path: root/term/cursor_home.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/cursor_home.c')
-rw-r--r--term/cursor_home.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/cursor_home.c b/term/cursor_home.c
deleted file mode 100644
index 02271d1..0000000
--- a/term/cursor_home.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define cursor_home tigetstr("home")
-
-/** home cursor (if no TERMCAP(cup)) **/
-
-/*
-TERMINFO_NAME(home)
-TERMCAP_NAME(ho)
-XOPEN(400)
-*/