mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
8 lines
69 B
Go
8 lines
69 B
Go
// +build windows
|
|
|
|
package tui
|
|
|
|
func ttyname() string {
|
|
return ""
|
|
}
|