]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxpterm.c
Add ability for ssh2_userkey_loadpub() to return the key comment.
[PuTTY.git] / unix / uxpterm.c
index f2956d9d68a2416a7503e2f87a4894de4fd9fe32..50fdad92ea435128429fec7d09f5082d08312c44 100644 (file)
@@ -10,6 +10,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 */
+const int use_pty_argv = TRUE;
 
 Backend *select_backend(Config *cfg)
 {