mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
8 lines
85 B
Go
8 lines
85 B
Go
// +build !windows
|
|
|
|
package peco
|
|
|
|
func (t *Termbox) PostInit() error {
|
|
return nil
|
|
}
|