X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a832773496d46caa5e328d36a15b4918f24a804e..1951eebc43dea8e45a1f745675db63e11624a65b:/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)