Major destabilisation, phase 2. This time it's the backends' turn:
[u/mdw/putty] / terminal.h
index 04217fc..792f89b 100644 (file)
@@ -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)