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

#define output_res_char tigetnum("orc")

/** horizontal resolution in units per character **/

/*
TERMINFO_NAME(orc)
TERMCAP_NAME(Yi)
XOPEN(400)
*/