On Thu, Mar 29, 2007 at 02:26:08PM -0800, [EMAIL PROTECTED] wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> > > Howsabout when you want certain programs only to exit to
> > > a shell commandline when you decide to manually exit
> > > them, now and then..? i.e. not necessarily run the same
> > > program again, or with the same input data file -- but
> > > you want that screen to stay right there?
> > 
> > I'm not sure I understand what you're looking for.  Can
> > you give an example?
> 
> I think the context was clear: simply to have a zombie exit
> to a shell. Obviously, going into detail here was a
> distraction.

in your .screenrc

screen -t mutt 0
        stuff "mutt\015"

This will create a screen in slot 0 an run mutt from the shell prompt,
when you quit mutt, it will drop you to your default shell.

-- 
Michael Parson
[EMAIL PROTECTED]



_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to