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