git-gui: Automatically reopen any console closed by the user.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 09:19:49 +0000 (04:19 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 09:19:49 +0000 (04:19 -0500)
If the user closes a console and we get more ouptut for it then we
will get a Tcl error in the readable event handle for the file channel.
Since this loses the actual output and is quite unfriendly to the end
user instead reopen any console which the user closed prior to the
additional output arriving.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found