summaryrefslogtreecommitdiff
path: root/term/output_res_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/output_res_line.h')
-rw-r--r--term/output_res_line.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/output_res_line.h b/term/output_res_line.h
new file mode 100644
index 0000000..d889823
--- /dev/null
+++ b/term/output_res_line.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define output_res_line tigetnum("orl")
+
+/** vertical resolution in units per line **/
+
+/*
+TERMINFO_NAME(orl)
+TERMCAP_NAME(Yj)
+XOPEN(400)
+*/