mirror of
https://github.com/jroimartin/gocui.git
synced 2025-05-01 22:17:55 +08:00
default to input mode of InputEsc
This commit is contained in:
parent
c055c87ae8
commit
92551286ea
2
gui.go
2
gui.go
@ -356,7 +356,7 @@ func (g *Gui) MainLoop() error {
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
inputMode := termbox.InputAlt
|
inputMode := termbox.InputAlt
|
||||||
if g.InputEsc {
|
if true { // previously g.InputEsc, but didn't seem to work
|
||||||
inputMode = termbox.InputEsc
|
inputMode = termbox.InputEsc
|
||||||
}
|
}
|
||||||
if g.Mouse {
|
if g.Mouse {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user