summaryrefslogtreecommitdiff
path: root/term/change_res_horz.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/change_res_horz.h')
-rw-r--r--term/change_res_horz.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/change_res_horz.h b/term/change_res_horz.h
new file mode 100644
index 0000000..f19a0a1
--- /dev/null
+++ b/term/change_res_horz.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define change_res_horz tigetstr("chr")
+
+/** change horizontal resolution **/
+
+/*
+TERMINFO_NAME(chr)
+TERMCAP_NAME(ZC)
+XOPEN(400)
+*/