Ravenports / ravenadm

Administration tool for Ravenports
http://www.ravenports.com
ISC License
17 stars 3 forks source link

ncurses: fail under urxvt. #8

Closed ghost closed 4 years ago

ghost commented 6 years ago

Hi.

I have ravenports failing on FreeBSD 11.2 when trying to use the ncurses interface under rxvt-unicode:

Error opening terminal: rxvt-unicode-256color.

Under xterm it work fine. What more information would be relevant?

Thanks!

jrmarino commented 6 years ago

I think you need to execute ravenadm with "env TERM=xterm ravenadm [args]" in that terminal then. The value of TERM doesn't seem to be valid, at least for the version of ncurses that ravenadm uses.

ghost commented 6 years ago

The workaround worked!

Thanks.