13 struct term_state cur
, sav
;
14 unsigned int screen
[MAXCHARS
];
15 unsigned char fgs
[MAXCHARS
];
16 unsigned char bgs
[MAXCHARS
];
20 #define TERM_VISIBLE 1
23 void term_load(struct term
*term
, int visible
);
24 void term_save(struct term
*term
);
27 void term_send(int c
);
28 void term_exec(char *cmd
);
30 void term_screenshot(void);