mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
chore: fix comment (#4181)
Signed-off-by: piguagua <piguagua@aliyun.com>
This commit is contained in:
@@ -15,7 +15,7 @@ func TtyIn() (*os.File, error) {
|
|||||||
return os.Stdin, nil
|
return os.Stdin, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// TtyIn on Windows returns nil
|
// TtyOut on Windows returns nil
|
||||||
func TtyOut() (*os.File, error) {
|
func TtyOut() (*os.File, error) {
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user