X "TERMCAP=adm31:cr=^M:do=^J:nl=^J:al=\\EE:am:le=^H:bs:ce=\\ET:cm=\\E=%+ %+ :cl=^Z:cd=\\EY:co#80:dc=\\EW:dl=\\ER:ei=\\Er:ho=^^:im=\\Eq:li#24:mi:nd=^L:up=^K:MT:km:so=\\EG1:se=\\EG0:",
X (char *)0
X },
X {
X "TERM=vt52",
X (char *)0
X },
X {
X "TERM=ansi",
X (char *)0
X },
X {
X "TERM=tek4010",
X (char *)0
X }
X};
X
X/* private (emulation-specific) data */
Xstruct tty {
X struct {
X unsigned short h,v;
X } t_size;
X unsigned t_fontsz;
X unsigned t_clipb;
X unsigned t_bell;
X unsigned t_curs;
X unsigned t_chgsz;
X};
X
X#define WOTTY_SIZE 8 /* terminal size in (row, col) */
X#define WOTTY_FONTSZ 9 /* font size index (0=7pt, 1=9pt) */