Merge pull request #27 from syohex/fix-example

Fix example
This commit is contained in:
Zack Guo 2015-04-14 10:50:09 -04:00
commit b3e1431d46
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func main() {
ui.Render(p, list, g, sp, lc, bc, lc1, p1)
}
evt := EventCh()
evt := ui.EventCh()
i := 0
for {
select {