summaryrefslogtreecommitdiff
path: root/term/column_address.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/column_address.c')
-rw-r--r--term/column_address.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/column_address.c b/term/column_address.c
deleted file mode 100644
index cfc22b9..0000000
--- a/term/column_address.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define column_address tigetstr("hpa")
-
-/** set horizontal position to absolute #1 **/
-
-/*
-TERMINFO_NAME(hpa)
-TERMCAP_NAME(ch)
-XOPEN(400)
-*/