peco.peco/screen_windows.go
2026-02-16 23:50:19 +09:00

7 lines
155 B
Go

package peco
// PostInit is a no-op on Windows. tcell handles input mode automatically.
func (t *TcellScreen) PostInit(cfg *Config) error {
return nil
}