Skip to content

Commit

Permalink
missed a file...
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Feb 23, 2019
1 parent 1b95d80 commit b1f9963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/views/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func (a *appView) keyboard(evt *tcell.EventKey) *tcell.EventKey {
if key == tcell.KeyRune {
if a.cmdBuff.isActive() {
a.cmdBuff.add(evt.Rune())
return nil
}
key = tcell.Key(evt.Rune())
}
Expand Down

0 comments on commit b1f9963

Please sign in to comment.