On 5/9/06, cga2000 <[EMAIL PROTECTED]> wrote:
[TERM=xterm-256color]

First off, xterm != screen.

screen -t bash /usr/bin/bash
screen -t vim  /usr/bin/vim
screen -t mutt /usr/bin/mutt
screen -t mutt /usr/bin/elinks

Search the list for my terminfo definition for screen-256color.  Then,
compile it with tic and set the following in .screenrc:

term "screen-256color"

If that isn't enough (can't remember if this takes effect soon enough
for commands run in .screen to see the change to TERM), change the
above lines to

screen -t mutt $SHELL -c "TERM=screen-256color /usr/bin/mutt"

 nikolai


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to