Fix --height on Windows

This commit is contained in:
Junegunn Choi 2024-06-01 14:34:27 +09:00
parent 555b0d235b
commit b00d46bc14
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -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 {