git-gui: Don't display CR within console windowsgitgui-0.8.4
commitbbbadf6e58f72ac6bf739d2a1109cbd872eb1083
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Oct 2007 00:42:01 +0000 (20 20:42 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Oct 2007 00:42:01 +0000 (20 20:42 -0400)
treeb25613572b846ffd5f1f274b42ad4ac582659892
parentbea6878be2fb73e50407f93f2bcd71b961510c19
git-gui: Don't display CR within console windows

Git progress bars from tools like git-push and git-fetch use CR
to skip back to the start of the current line and redraw it with
an updated progress.  We were doing this in our Tk widget but had
failed to skip the CR, which Tk doesn't draw well.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/console.tcl