summaryrefslogtreecommitdiff
path: root/term/output_res_horz_inch.c
blob: a96fbb99811c519104c173bb320315ac9a0d7f87 (plain)
1
2
3
4
5
6
7
8
9
10
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)
*/