Exit application if input terminal has closed

Bump tcell to get access to event error information, and to propagate
input EOF errors as event errors.

Fixes #2569
Fixes #2148
This commit is contained in:
Zachary Yedidia
2023-03-20 16:17:43 -04:00
parent 9c2ce486a5
commit 5739daffc8
3 changed files with 23 additions and 1 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/zyedidia/clipper v0.1.1
github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d
github.com/zyedidia/tcell/v2 v2.0.10-0.20221007181625-f562052bccb8
github.com/zyedidia/tcell/v2 v2.0.10-0.20230320201625-54f6acdada4a
github.com/zyedidia/terminal v0.0.0-20230315200948-4b3bcf6dddef
golang.org/x/text v0.3.8
gopkg.in/yaml.v2 v2.2.8