Yet more global-removal. The static variables in logging.c are now
[u/mdw/putty] / terminal.h
index 9628e07..4f6b6e7 100644 (file)
@@ -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)