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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user