X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/74aca06df856c5518daf31d2b7a00cc3d798fcaf..9bb8630af3373e7bbf594bfeda731585684e1b69:/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 */