peco.peco/screen_windows.go
2026-02-13 19:48:39 +09:00

7 lines
151 B
Go

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