git-gui: Automatically reopen any console closed by the user.
commit37af79d10d980418eaeca953c4ba1c08a85d37e9
authorShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 09:19:49 +0000 (7 04:19 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 09:19:49 +0000 (7 04:19 -0500)
treeebee9b8aed36e36796a2a645f54714075adda58c
parent3d9d029bde946d7a230ce85460c53686e10bdfe0
git-gui: Automatically reopen any console closed by the user.

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>
git-gui