gcla / gowid

Compositional widgets for terminal user interfaces, written in Go, inspired by urwid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Second example on gowid/docs/Tutorial.md doesn't compile

bfreis opened this issue · comments

Seems like type UnhandledInputFunc func(app IApp, ev interface{}) bool was updated, and the second example on the Tutorial doesn't compile anymore.

Thanks, I've updated the documentation. I let it get out-of-date and really ought to connect it to the real source somehow :-/