X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b9d7bcadee831e9b59fb785f2464a5fc1897bd1a..7d22c2e8c8e4104bcd39f35ebeaa5f81edd374cf:/terminal.h 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)