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


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

Reply via email to