From 5f143ef3deaf4adc0509f00cf691770383b8a9a2 Mon Sep 17 00:00:00 2001 From: Roi Martin Date: Tue, 30 Aug 2016 22:15:03 +0200 Subject: [PATCH] Fix typo --- gui.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui.go b/gui.go index 6d3f090..4c1194c 100644 --- a/gui.go +++ b/gui.go @@ -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,