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