mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-09 23:30:56 +00:00
Fix --height on Windows
This commit is contained in:
parent
555b0d235b
commit
b00d46bc14
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user