Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' into new
author
Paul Mackerras
<paulus@samba.org>
Fri, 19 May 2006 23:59:10 +0000
(09:59 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 19 May 2006 23:59:10 +0000
(09:59 +1000)
gitk
patch
|
blob
|
history
raw
(from parent 1:
908c358
)
diff --git
a/gitk
b/gitk
index 584a95e062d0038ecd8b4bc37db8f83d0c251e41..f007af47aa3454b459e5f7603ee5b826e6155c06 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-3657,6
+3657,7
@@
proc selnextpage {dir} {
set lpp 1
}
allcanvs yview scroll [expr {$dir * $lpp}] units
+ drawvisible
if {![info exists selectedline]} return
set l [expr {$selectedline + $dir * $lpp}]
if {$l < 0} {