diff --git a/src/tui/light_windows.go b/src/tui/light_windows.go index 8c459d6..b7fc340 100644 --- a/src/tui/light_windows.go +++ b/src/tui/light_windows.go @@ -97,8 +97,7 @@ func openTtyIn() (*os.File, error) { } func openTtyOut() (*os.File, error) { - // not used - return nil, nil + return os.Stderr, nil } func (r *LightRenderer) setupTerminal() error {