m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Fix --height on Windows

This commit is contained in:
Junegunn Choi
2024-06-01 14:34:27 +09:00
parent 555b0d235b
commit b00d46bc14

View File

@@ -97,8 +97,7 @@ func openTtyIn() (*os.File, error) {
} }
func openTtyOut() (*os.File, error) { func openTtyOut() (*os.File, error) {
// not used return os.Stderr, nil
return nil, nil
} }
func (r *LightRenderer) setupTerminal() error { func (r *LightRenderer) setupTerminal() error {