mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-12 02:59:09 +00:00
9e753a0d44
Close #1266 Close #447
8 lines
69 B
Go
8 lines
69 B
Go
// +build windows
|
|
|
|
package tui
|
|
|
|
func ttyname() string {
|
|
return ""
|
|
}
|