git-gui: Don't linewrap within console windows
commite87fb0f1b4a4b458394a65d664145a9a8001e821
authorShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 15:14:00 +0000 (9 11:14 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 10 Jul 2007 01:13:26 +0000 (9 21:13 -0400)
tree3a14ca00557c285f5e1331b212d67e895f2b15be
parent56e29f597c8f85b0dfee9ba7408f8d09fd5adb5a
git-gui: Don't linewrap within console windows

If we get more than 80 characters of text in a single line odds
are it is output from git-fetch or git-push and its showing a
lot of detail off to the right edge that is not so important to
the average user.  We still want to make sure we show everything
we need, but we can get away with that information being off to
the side with a horizontal scrollbar.

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