thehowl / claws

Awesome WebSocket CLient - an interactive command line client for testing websocket servers
MIT License
301 stars 18 forks source link

Move to tcell #10

Open thehowl opened 6 years ago

thehowl commented 6 years ago

Due to the fact that we can pretty much replicate the few gocui features we use in probably a few hundreds lines of code, in order to have more control it'd be good to move to tcell, since it also has some pretty nice advantages, such as being more portable and not requiring clever hacks so that code is run on the main thread.