You are not logged in.
Does anyone know how to get screen to play nicely with an 88-color term (urxvt in this case)? I run vim in a terminal all the time and I use the inkpot scheme which requires 88 colors. If I run vim in screen the pretty colors don't show through. I've seen stuff on setting screen to pass through 256 colors but not 88.
Offline
Yes, and it needs to be recompiled. You also, however, need an updated terminfo file.
I've been meaning to update the screen package to allow it. I'll see what i can do tonight and let you know.
Offline
Weee! Muchly appreciated!
Offline
I got 256 colors stuff working perfectly. The problem I have left is that 88 colors stuff comes out wrong. It looks like all the colors are shifted to blue. I guess the can be fixed by a termcapinfo line in my screenrc but I'm clueless as to what that line needs to be.
EDIT: NVM, I got it working - I just had to set TERM to xterm-256color before running screen.
For those interested you need to recompile screen for 256 colors (with abs set up, just add --enable-colors256 to the ./configure line in the PKGBUILD)
Then you need to do something or another to change TERM for screen. I add the following to my .zshrc but it should be similar for bash.
alias screen='TERM=xterm-256color screen -T $TERM'
Offline
alias screen='TERM=xterm-256color screen -T $TERM'
More properly, it should be part of your screenrc:
http://phraktured.net/config/.screenrc
Where did you get your screen-256color terminfo file? I want to compare it to the one I have.
Offline
screen-256color terminfo file
Isn't he using xterm-256color, and not screen-256color? Is there a difference?
Offline
phrakture wrote:screen-256color terminfo file
Isn't he using xterm-256color, and not screen-256color? Is there a difference?
Wow, my brain read what it wanted too... I apologize :oops:
I'll upload the new screen package tonight, complete with a *real* screen-256color terminfo file for ya'll to use.
Offline