mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-02 03:58:30 +00:00
chore: fix comment (#4181)
Signed-off-by: piguagua <piguagua@aliyun.com>
This commit is contained in:
parent
0d5aebb806
commit
03760011d7
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user