X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/74aca06df856c5518daf31d2b7a00cc3d798fcaf..f85e6f6edb2c9415bc10bd2015479d72ea8c5ae2:/terminal.h diff --git a/terminal.h b/terminal.h index 0050c0e2..c3ee216f 100644 --- a/terminal.h +++ b/terminal.h @@ -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 */