diff options
Diffstat (limited to 'term/output_res_horz_inch.h')
-rw-r--r-- | term/output_res_horz_inch.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/output_res_horz_inch.h b/term/output_res_horz_inch.h new file mode 100644 index 0000000..a96fbb9 --- /dev/null +++ b/term/output_res_horz_inch.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define output_res_horz_inch tigetnum("orhi") + +/** horizontal resolution in units per inch **/ + +/* +TERMINFO_NAME(orhi) +TERMCAP_NAME(Yk) +XOPEN(400) +*/ |