fzf/src/tui/ttyname_windows.go

8 lines
69 B
Go
Raw Normal View History

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