jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Updated chat example to use ncurses #43

Closed beatgammit closed 10 years ago

beatgammit commented 10 years ago

There are a few hacks, but I don't know ncurses well enough to know if there's a better way of doing it.

40

jcelliott commented 10 years ago

Awesome!

Found one bug though: the method that gets input needs to have a pointer receiver, otherwise it always returns an empty string.