Thomas Adam <[EMAIL PROTECTED]> writes: > 2008/6/24 Thomas Adam <[EMAIL PROTECTED]>: > > I've tried almost everything I can think of. Again, why this works > > flawlessly on my workstation at work, and not on my home machine is > > still intriguing me -- it's the same OS, the same packages; something > > is different, but I just don't know what. :) > > Narrowing this down further, I note that running screen as user root > under a urxvt launched as root has no problems whatsoever -- and I get > the full 256 colours. As my normal self however, there's something > funky going on. I suspect there's some odd setting in my ~/.zshrc or > something, since root's shell is /bin/sh --- will investigate further.
Maybe you've already figured it out, but do you set 'termcapinfo' in your screenrc? For example, if you have a line like this: termcapinfo rxvt-unicode 'Co#88:AB=\E[48;5;%dm:AF=\E[38;5;%dm' you have to change it to: termcapinfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' Hope this helps, Jan _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
