bubbletea/commands_windows.go

10 lines
195 B
Go

// +build windows
package boba
// OnResize is not supported on Windows at this time as Windows does not
// support the SIGWINCH signal.
func OnResize(newMsgFunc func() Msg) Cmd {
return nil
}