summaryrefslogtreecommitdiff
path: root/term/output_res_horz_inch.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-13 20:59:15 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-13 20:59:15 -0400
commitd01f1d01e3c569aa91c5231690d7fd4847e4ccf6 (patch)
tree96fde4f1491ff3f0a71c793b8335aba0dc7954e4 /term/output_res_horz_inch.c
parent5f5a331a818b2fb0b6090ec7dbc01997fd00aa9b (diff)
no need to compile #definesHEADcurses
Diffstat (limited to 'term/output_res_horz_inch.c')
-rw-r--r--term/output_res_horz_inch.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/output_res_horz_inch.c b/term/output_res_horz_inch.c
deleted file mode 100644
index a96fbb9..0000000
--- a/term/output_res_horz_inch.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define output_res_horz_inch tigetnum("orhi")
-
-/** horizontal resolution in units per inch **/
-
-/*
-TERMINFO_NAME(orhi)
-TERMCAP_NAME(Yk)
-XOPEN(400)
-*/