mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Actually invoke SetCell from dummyScreen.Print
This commit is contained in:
parent
3e9476676e
commit
509685f77a
|
|
@ -33,7 +33,7 @@ func (d dummyScreen) Close() error {
|
|||
}
|
||||
|
||||
func (d dummyScreen) Print(args PrintArgs) int {
|
||||
return len(args.Msg)
|
||||
return screenPrint(d, args)
|
||||
}
|
||||
|
||||
func (d dummyScreen) SendEvent(e termbox.Event) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue