X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b9d7bcadee831e9b59fb785f2464a5fc1897bd1a..68a49acbf3f96fbbbc385620655dcb577e62c328:/terminal.h?ds=sidebyside diff --git a/terminal.h b/terminal.h index 9628e07f..4f6b6e72 100644 --- a/terminal.h +++ b/terminal.h @@ -163,6 +163,10 @@ struct terminal_tag { void *resize_ctx; void *ldisc; + + void *frontend; + + void *logctx; }; #define in_utf(term) ((term)->utf || line_codepage==CP_UTF8)