]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - terminal.h
Yet more global-removal. The static variables in logging.c are now
[PuTTY.git] / terminal.h
index 9628e07f59407e692c7b4b97b4707625e103495d..4f6b6e72297dbb43167068111b97894fd6bb78e7 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)