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 /lib/terminfo to terminfo search path. #191

Closed beevik closed 6 years ago

beevik commented 6 years ago

The debian package of ncurses searches /lib/terminfo before searching /usr/share/terminfo.

See https://github.com/mirror/ncurses/blob/master/package/debian/rules#L83

This addresses issue https://github.com/nsf/termbox-go/issues/155