2
0
mirror of https://github.com/junegunn/fzf synced 2024-11-10 13:10:44 +00:00
fzf/src/tui/ttyname_windows.go

8 lines
69 B
Go
Raw Normal View History

// +build windows
package tui
func ttyname() string {
return ""
}