ConEmu "Always confirm close" has no effect on new tab created more than 10 secs ago

1

I was using ConEmu as the default command line tool in Windows. I had a task set up to start a new tab at a specific start-up directory and execute a python program.

>* -cur_console:d:c:\to\startup\directory python myapplication.py

When the application exit, the tab is closed so that all the console print history is lost.

I toggled Settings->Integration->Default term->"Comfirm close" to Always. However the confirmation only occur when closing tab within 10 seconds.

ConEmuC: Root process was alive less than 10 sec, ExitCode=1

If more than 10s, the application will exit directly. How can I make it always confirm on exit? Or even better, can I make the tab not exiting when the application is exited? Like in a normal tab, after a python application is exited, the tab will still be there.

punpun_G

Posted 2017-04-11T23:23:52.967

Reputation: 21

Obviously, options on the "Default terminal" page have effect only in tabs started via Default terminal. See: -new_console

– Maximus – 2017-04-11T23:43:41.943

No answers