git-gui: Fully select a field when entering into it.
commitb36ffe800d830556e8df7eda8743c15dfac70e27
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 21:43:14 +0000 (21 16:43 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 03:47:58 +0000 (21 22:47 -0500)
treee805f62d45f3b2d13dff829a7ee01c02a9d91096
parentf250091b77949766724ffb67beb7a6adadc6b5b4
git-gui: Fully select a field when entering into it.

If the user is tabbing through fields in the options dialog they are
likely to want to just enter a new value for the field, rather than
edit the value in-place.  This is easier if we select the entire value
upon focusing into the field.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh