screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: screen-256color terminfo entry?


From: Buddy Burden
Subject: Re: screen-256color terminfo entry?
Date: Tue, 09 May 2006 23:17:14 -0400
User-agent: Mozilla Thunderbird 1.0.7 (X11/20060330)

cga,

First let me say that I agree with Aaron. When I first started using screen, I tried what you're trying, and trust me when I tell you it's a losing battle. You'll get some things to work this way, but you'll break others.

But I can answer your question for you anyway.

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

Change it to:

        screen -t bash
        screen -t vim
        stuff "/usr/bin/vim\015"
        screen -t mutt
        stuff "/usr/bin/mutt\015"
        screen -t elinks
        stuff "/usr/bin/elinks\015"


                -- Buddy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]