X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f8255dcefee839825ac584a96dee34d03bc69677..514702987c9252fcb0ab98882a6603b3bd0505ce:/terminal.h diff --git a/terminal.h b/terminal.h index 04217fc4..792f89b4 100644 --- a/terminal.h +++ b/terminal.h @@ -157,6 +157,9 @@ struct terminal_tag { wchar_t *paste_buffer; int paste_len, paste_pos, paste_hold; long last_paste; + + void (*resize_fn)(void *, int, int); + void *resize_ctx; }; #define in_utf(term) ((term)->utf || line_codepage==CP_UTF8)