nsf / termbox-go

Pure Go termbox implementation
http://godoc.org/github.com/nsf/termbox-go
MIT License
4.66k stars 372 forks source link

Add tmux support through screen TERM #216

Open doronbehar opened 4 years ago

doronbehar commented 4 years ago

@nsf do you think it properly fixes #215 ?

doronbehar commented 4 years ago

@nsf any update here? It would be nice if I wouldn't have to maintain myself an Lf version of my own just for the sake of this simple patch..

nsf commented 4 years ago

Termbox is no longer maintained, I suggest migrating to other similar libs such as https://github.com/gdamore/tcell. It's sad if you happen to be using software that depends on termbox, but that's how things are.