X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/4397c7255220defe2b3841cbf4e32a4cf3b7bfbb..feb02b4e2d7935972dc94bb78bf1a36bb7bdd1b3:/unix/uxpterm.c?ds=sidebyside diff --git a/unix/uxpterm.c b/unix/uxpterm.c index f2956d9d..50fdad92 100644 --- a/unix/uxpterm.c +++ b/unix/uxpterm.c @@ -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) {