save and store terminal state
[fbpad.git] / term.h
blobaa1ad3753906a581ee27d2c63fb8cee7e1b48dac
1 struct term_state {
2 int row, col;
3 int fd;
4 int pid;
5 struct pad_state pad;
6 };