X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/b9d7bcadee831e9b59fb785f2464a5fc1897bd1a..f6b14226f4e832f6cb2a523ebd843f72bb9862cc:/terminal.h diff --git a/terminal.h b/terminal.h index 9628e07f..727f8429 100644 --- a/terminal.h +++ b/terminal.h @@ -163,6 +163,12 @@ struct terminal_tag { void *resize_ctx; void *ldisc; + + void *frontend; + + void *logctx; + + Config *cfg; }; #define in_utf(term) ((term)->utf || line_codepage==CP_UTF8)