mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53: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) {
|
func openTtyOut() (*os.File, error) {
|
||||||
// not used
|
return os.Stderr, nil
|
||||||
return nil, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *LightRenderer) setupTerminal() error {
|
func (r *LightRenderer) setupTerminal() error {
|
||||||
|
|||||||
Reference in New Issue
Block a user