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

View File

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