]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: Misc. bug fixes for mouse click crashes.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 01:00:35 +0000 (20:00 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 05:16:03 +0000 (00:16 -0500)
commit62aac80b133de4fa004d90d27a97f574aec9d02d
treeee5f724caf4b33214d690ea09102b8129d5aa33b
parent390adaeafbefc49a88d06c3a2ad68bc00fe0c614
git-gui: Misc. bug fixes for mouse click crashes.

Make sure the file_lists array has both elements set at all times,
otherwise we get Tcl errors during mouse clicks in the file list
areas due to the list not being defined.

Also added M1-A as a keyboard binding within the console window
text area.  This lets users select all text easily and copy it
to the clipboard.

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