Make the `vtmode' config option work under X. In the process I've
[sgt/putty] / unix / ptermm.c
index 6cdeffc..84510e7 100644 (file)
@@ -8,6 +8,8 @@
 #include "putty.h"
 
 const char *const appname = "pterm";
+const int use_event_log = 0;          /* pterm doesn't need it */
+const int new_session = 0, saved_sessions = 0;   /* or these */
 
 Backend *select_backend(Config *cfg)
 {