X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/69761fd51226e0a2582c933eafeca38d39a6c4fc..092dd01ce063c754a84f7ff270ea6aa3f034da4a:/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 */