mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
7 lines
151 B
Go
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
|
|
}
|