Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/gitk/gitk
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/gitk/gitk:
  [PATCH] gitk: make Ctrl "+" really increase the font size
  • Loading branch information
Junio C Hamano committed Jan 21, 2008
2 parents 3057ded + 646f3a1 commit a41acc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitk-git/gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a41acc6

Please sign in to comment.