On Sun, Jun 02, 2002 at 07:11:15PM +0200, Maximilian Szengel wrote: > > Basically what happens is that it's specifying a background color 15, > > while the terminfo says there's only 8 colors. (I considered adding > > a special case for this, but decided that the proper solution would be > > to use an appropriate terminfo). > > How can I edit the terminfo to a proper one?
for example, running tic on this, and setting $TERM to rxvt-bright: rxvt-bright|variant which works with bright backgrounds, ncv#32, bold@, setab=\E[1m\E[4%p1%dm, use=rxvt, That's assuming that rxvt was not compiled with bright-color support, and is just trying to fake a bright background. Another variant would be analogous to xterm-16color: rxvt-16color|using aixterm 16-color sequences, colors#16, pairs#256, setab=\E[%?%p1%{8}%<%t%p1%'('%+%e%p1%{92}%+%;%dm, setaf=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%'R'%+%;%dm, I tried the first on Debian whose rxvt is 2.6.4 (which doesn't support bright colors as in the second example). -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net