blob: 4b936dbff833caeb1af5a55b83ab34b62d69dc0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <term.h>
#define has_print_wheel tigetflag("daisy")
/** printer needs operator to change character set **/
/*
TERMINFO_NAME(daisy)
TERMCAP_NAME(YC)
XOPEN(400)
*/
|