fzf/src/tui/ttyname_windows.go
2018-04-25 17:50:47 +09:00

8 lines
69 B
Go

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