mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-21 21:15:03 -05:00
Missing part of my recent SCOANSI fix.
[originally from svn r3291]
This commit is contained in:
parent
b287bd5606
commit
19fe5968aa
@ -63,7 +63,7 @@ struct terminal_tag {
|
|||||||
struct scrollregion *scrollhead, *scrolltail;
|
struct scrollregion *scrollhead, *scrolltail;
|
||||||
#endif /* OPTIMISE_SCROLL */
|
#endif /* OPTIMISE_SCROLL */
|
||||||
|
|
||||||
unsigned long curr_attr, save_attr;
|
unsigned long default_attr, curr_attr, save_attr;
|
||||||
unsigned long erase_char;
|
unsigned long erase_char;
|
||||||
|
|
||||||
bufchain inbuf; /* terminal input buffer */
|
bufchain inbuf; /* terminal input buffer */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user