Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge git://git.kernel.org/pub/scm/gitk/gitk
author
Junio C Hamano
<gitster@pobox.com>
Mon, 21 Jan 2008 00:57:56 +0000
(16:57 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 21 Jan 2008 00:57:56 +0000
(16:57 -0800)
* git://git.kernel.org/pub/scm/gitk/gitk:
[PATCH] gitk: make Ctrl "+" really increase the font size
gitk-git/gitk
patch
|
blob
|
history
raw
(from parent 1:
3057ded
)
diff --git
a/gitk-git/gitk
b/gitk-git/gitk
index b3cb8e8b7e65be6c2dba18721a56fc53d2276ff4..5560e4dc560587c4a551c24a1ee59df394726fc9 100644
(file)
--- a/
gitk-git/gitk
+++ b/
gitk-git/gitk
@@
-996,6
+996,7
@@
proc makewindow {} {
bind . <$M1B-r> dosearchback
bind . <$M1B-s> dosearch
bind . <$M1B-equal> {incrfont 1}
+ bind . <$M1B-plus> {incrfont 1}
bind . <$M1B-KP_Add> {incrfont 1}
bind . <$M1B-minus> {incrfont -1}
bind . <$M1B-KP_Subtract> {incrfont -1}