This commit is contained in:
Roi Martin 2016-08-30 22:15:03 +02:00
parent 873bc2c17d
commit 5f143ef3de
1 changed files with 2 additions and 2 deletions

4
gui.go
View File

@ -51,8 +51,8 @@ type Gui struct {
// If Mouse is true then mouse events will be enabled.
Mouse bool
// If InputEsc is true, when an ESC sequence in the buffer that doesn't
// match any known sequence, the ESC means KeyEsc.
// If InputEsc is true, when ESC sequence is in the buffer and it doesn't
// match any known sequence, ESC means KeyEsc.
InputEsc bool
// Editor allows to define the editor that manages the edition mode,