1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-11 16:18:06 -05:00

Missing part of my recent SCOANSI fix.

[originally from svn r3291]
This commit is contained in:
Ben Harris 2003-06-21 23:13:22 +00:00
parent b287bd5606
commit 19fe5968aa

View File

@ -63,7 +63,7 @@ struct terminal_tag {
struct scrollregion *scrollhead, *scrolltail;
#endif /* OPTIMISE_SCROLL */
unsigned long curr_attr, save_attr;
unsigned long default_attr, curr_attr, save_attr;
unsigned long erase_char;
bufchain inbuf; /* terminal input buffer */