1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-14 17:47:33 -05:00

Support for New Session, Duplicate Session and the Saved Sessions

submenu in Unix PuTTY, and Duplicate Session also in pterm. You do
_not_ want to know how this is done. Be warned.

[originally from svn r3110]
This commit is contained in:
Simon Tatham
2003-04-12 17:37:15 +00:00
parent eaaef4573c
commit 214b306909
3 changed files with 301 additions and 49 deletions

View 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)
{