mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
chore: fix function name (#4425)
Signed-off-by: xiaoxiangirl <caojiaqiao@outlook.com>
This commit is contained in:
@@ -48,7 +48,7 @@ func TtyIn(ttyDefault string) (*os.File, error) {
|
|||||||
return openTtyIn(ttyDefault)
|
return openTtyIn(ttyDefault)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TtyIn returns terminal device to write to
|
// TtyOut returns terminal device to write to
|
||||||
func TtyOut(ttyDefault string) (*os.File, error) {
|
func TtyOut(ttyDefault string) (*os.File, error) {
|
||||||
return openTtyOut(ttyDefault)
|
return openTtyOut(ttyDefault)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user