summaryrefslogtreecommitdiff
path: root/src/term/output_res_horz_inch.c
blob: 5a9867aeaa547b86d2480bff5ea7291ec5363e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define output_res_horz_inch tigetnum("orhi")

/** horizontal resolution in units per inch **/

/*
TERMINFO_NAME(orhi)
TERMCAP_NAME(Yk)
XOPEN(400)
*/