diff --git a/vendor/github.com/gdamore/tcell/v3/input.go b/vendor/github.com/gdamore/tcell/v3/input.go index 0c279f998..fcfcbf601 100644 --- a/vendor/github.com/gdamore/tcell/v3/input.go +++ b/vendor/github.com/gdamore/tcell/v3/input.go @@ -149,7 +149,7 @@ func (ip *inputParser) waitDuration() time.Duration { if ip.state == istInit { return 0 } - if ip.state == istEsc && ip.legacy { + if ip.state == istEsc { return loneEscapeTimeout } return escapeSequenceTimeout