X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5dbc118e6d2e83481e97aee93c6fdb6a7224c9be..f6b14226f4e832f6cb2a523ebd843f72bb9862cc:/terminal.h diff --git a/terminal.h b/terminal.h index 4f6b6e72..727f8429 100644 --- a/terminal.h +++ b/terminal.h @@ -167,6 +167,8 @@ struct terminal_tag { void *frontend; void *logctx; + + Config *cfg; }; #define in_utf(term) ((term)->utf || line_codepage==CP_UTF8)