mirror of
https://github.com/junegunn/fzf
synced 2024-11-10 13:10:44 +00:00
8 lines
69 B
Go
8 lines
69 B
Go
|
// +build windows
|
||
|
|
||
|
package tui
|
||
|
|
||
|
func ttyname() string {
|
||
|
return ""
|
||
|
}
|