summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 486ef52)
raw | patch | inline | side by side (parent: 486ef52)
author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 9 Feb 2007 07:28:32 +0000 (02:28 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 9 Feb 2007 07:28:32 +0000 (02:28 -0500) |
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index d3cf57af5a67970cca05b122c4d8b9bf5d2cb7a4..f44e5490991aa95ef92b8939993abe751e8e0f2d 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
$w.out.linenumber_t \\
$w.out.file_t \\
$i @%x,%y
- break
+ focus $i
"
bind_button3 $i "
set cursorX %x
"
}
+ bind $w.cm.t <Button-1> "focus $w.cm.t"
bind $tl <Visibility> "focus $tl"
bind $tl <Destroy> "
array unset blame_status {$w}
$w_file tag conf g$cmit
$w_line tag raise in_sel
$w_file tag raise in_sel
+ $w_file tag raise sel
set blame_data($w,$cmit,order) $blame_data($w,commit_count)
incr blame_data($w,commit_count)
lappend blame_data($w,commit_list) $cmit