suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Option for keeping window open after command terminates #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
So far MinTTY stayed open if the command terminated with an error, i.e.
either a non-zero exit status or a signal indicating a runtime error. This
is useful e.g. with ssh, but not so much for a normal shell session.
Therefore this should be optional.

Original issue reported on code.google.com by andy.koppe on 28 Mar 2009 at 3:13

GoogleCodeExporter commented 9 years ago
Implemented in r223 on trunk. By default, MinTTY now quits when the command
terminates. '--hold=error' activates the previous behaviour. '--hold=always' 
keeps
the window open until the user explicitly closes it. (Option and argument can be
abbreviated e.g. as -he and -ha.)

Original comment by andy.koppe on 28 Mar 2009 at 3:16

GoogleCodeExporter commented 9 years ago
Issue 93 has been merged into this issue.

Original comment by andy.koppe on 21 Apr 2009 at 3:54

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 7 Jun 2009 at 7:43