Skip to content

Commit

Permalink
Help: increase width of keybinding column to allow for "M-Backspace"
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Mar 1, 2017
1 parent 948bf52 commit bd6dbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Draw/ShowHelp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mainHelp = commandHelp
]

kbColumnWidth :: Int
kbColumnWidth = 10
kbColumnWidth = 12

kbDescColumnWidth :: Int
kbDescColumnWidth = 60
Expand Down

0 comments on commit bd6dbbf

Please sign in to comment.