diff --git a/src/tui/light_unix.go b/src/tui/light_unix.go index da675aa..f153978 100644 --- a/src/tui/light_unix.go +++ b/src/tui/light_unix.go @@ -47,7 +47,8 @@ func (r *LightRenderer) initPlatform() error { } func (r *LightRenderer) closePlatform() { - // NOOP + r.ttyin.Close() + r.ttyout.Close() } func openTty(mode int) (*os.File, error) {