mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 12:42:01 -07:00
12 lines
112 B
Go
12 lines
112 B
Go
// +build windows
|
|
|
|
package fzf
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func notifyOnResize(resizeChan chan<- os.Signal) {
|
|
// TODO
|
|
}
|