rkd77 / elinks

Fork of elinks
Other
349 stars 38 forks source link

TERM value screen.linux not recognized #117

Closed sgerwk closed 3 years ago

sgerwk commented 3 years ago

The value of the TERM environment variable in screen(1) may be something like screen.linux, screen.gnome, etc. depending on whether a terminal with that name is defined in /usr/share/terminfo/s/. Plain "screen" is a fallback.

While elinks recognizes "screen", it seems to treat the variants as unrecognized terminals.

sgerwk commented 3 years ago

I realized that elinks does not support "screen" by default. Adding "screen.linux" and similar can be done in the same way as "screen".