summaryrefslogtreecommitdiff
path: root/term/cursor_visible.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/cursor_visible.c')
-rw-r--r--term/cursor_visible.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/cursor_visible.c b/term/cursor_visible.c
deleted file mode 100644
index 6fef376..0000000
--- a/term/cursor_visible.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define cursor_visible tigetstr("cvvis")
-
-/** make cursor very visible **/
-
-/*
-TERMINFO_NAME(cvvis)
-TERMCAP_NAME(vs)
-XOPEN(400)
-*/