mirror of https://github.com/jroimartin/gocui.git
Fix typo
This commit is contained in:
parent
873bc2c17d
commit
5f143ef3de
4
gui.go
4
gui.go
|
@ -51,8 +51,8 @@ type Gui struct {
|
||||||
// If Mouse is true then mouse events will be enabled.
|
// If Mouse is true then mouse events will be enabled.
|
||||||
Mouse bool
|
Mouse bool
|
||||||
|
|
||||||
// If InputEsc is true, when an ESC sequence in the buffer that doesn't
|
// If InputEsc is true, when ESC sequence is in the buffer and it doesn't
|
||||||
// match any known sequence, the ESC means KeyEsc.
|
// match any known sequence, ESC means KeyEsc.
|
||||||
InputEsc bool
|
InputEsc bool
|
||||||
|
|
||||||
// Editor allows to define the editor that manages the edition mode,
|
// Editor allows to define the editor that manages the edition mode,
|
||||||
|
|
Loading…
Reference in New Issue