Re: Yes, screen is very nice, but....

Ian Main (slow@intergate.bc.ca)
Fri, 30 May 1997 19:31:54 -0700 (PDT)


On 30 May 1997 TIGRANA@DSTIUK.CCMAIL.CompuServe.COM wrote:

> Hello,
>
>
> Thank you for your replies - practically all replies were suggesting to use
> screen. I tried it and it is very good, but... I lose all the colours when
> trying to run the application on ptx or on AIX. So I am now trying to hack
> screen sources to get the colours working... maybe someone already have done
> this?

try

termcap linux 'AF=\E[3%dm:AB=\E[4%dm'
termcap console 'AF=\E[3%dm:AB=\E[4%dm:AX=1'
termcap xterm 'AF=\E[3%dm:AB=\E[4%dm:AX=1'
termcap vt100 'AF=\E[3%dm:AB=\E[4%dm:AX=1'
termcap vt220 'AF=\E[3%dm:AB=\E[4%dm:AX=1'

in your .screenrc.. I may have fiddled with it a bit from the original,
but it works for me :)

Ian