Hello. If that is the problem, why does lynx not demonstrate this problem when linked against libncurses? -thanks -Brian
On Sep 16, 8:57am, RVP wrote: } Subject: Re: Help with libcurses and lynx under NetBSD-9 and -current? } On Wed, 15 Sep 2021, Brian Buhrow wrote: } } This, actually isn't a curses issue. In this situation, on colour } terminals, lynx highlights the selected item in yellow; on mono } terms, no highlight is applied at all. You can change this by using } a custom .lss file. Just copy the default /usr/pkg/etc/lynx.lss as } ~/.lynx.lss, then make this small change: } } $ diff /usr/pkg/etc/lynx.lss ~/.lynx.lss } 64c64 } < menu.active: normal: yellow: black } --- } > menu.active: reverse: yellow: black } $ } } Run lynx as: lynx -lss=$HOME/.lynx.lss } You can also: export LYNX_LSS=$HOME/.lynx.lss } } Apart from minor display glitches, it works out OK. } } -RVP >-- End of excerpt from RVP
