nsf / termbox-go

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

Keybindings not working on FreeBSD #218

Closed miguelmota closed 4 years ago

miguelmota commented 4 years ago

I run the demos but none of the keybindings work. I can't quit the demos either. I tested on a fresh install of FreeBSD. Any idea?

nsf commented 4 years ago

Hard to say, maybe try installing ncurses. Maybe termbox-go won't work on freebsd, I don't remember what I use in there when it comes to OS interaction. I don't maintain this library anymore. It's worth looking at better maintained alternatives such as https://github.com/gdamore/tcell.

miguelmota commented 4 years ago

Installing ncurses didn't help but the Go tcell library works great on FreeBSD so will switch to that. Feel free to close this issue or leave it open.