1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-13 09:07:33 -05:00

Er, ahem. Other half of r6788. :-/

[originally from svn r6791]
[r6788 == 09f86ce7ec]
This commit is contained in:
Simon Tatham
2006-08-15 22:48:01 +00:00
parent 92e75acbb5
commit 6104963b9b
2 changed files with 13 additions and 1 deletions

View File

@ -135,6 +135,13 @@ struct terminal_tag {
bufchain printer_buf; /* buffered data for printer */
printer_job *print_job;
/* ESC 7 saved state for the alternate screen */
pos alt_savecurs;
int alt_save_attr;
int alt_save_cset, alt_save_csattr;
int alt_save_utf, alt_save_wnext;
int alt_save_sco_acs;
int rows, cols, savelines;
int has_focus;
int in_vbell;