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