Support for New Session, Duplicate Session and the Saved Sessions
[sgt/putty] / unix / ptermm.c
index 22213dc..84510e7 100644 (file)
@@ -9,6 +9,7 @@
 
 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)
 {