Skip to content

Commit

Permalink
default to input mode of InputEsc
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield authored and mjarkk committed Apr 27, 2019
1 parent f50da5a commit 8e407b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func (g *Gui) MainLoop() error {
}()

inputMode := termbox.InputAlt
if g.InputEsc {
if true { // previously g.InputEsc, but didn't seem to work
inputMode = termbox.InputEsc
}
if g.Mouse {
Expand Down

0 comments on commit 8e407b7

Please sign in to comment.