Hello Martin,

Martin Hauser wrote:
[...]
> > Or even better:
> > Use 
> >    ssh [EMAIL PROTECTED] -all -other -options
> > and
> > function ssh() {
> >    echo -n -e "\033k$1\033\\"
> >    /usr/bin/ssh "$@"

Of course, changing that line to
   command ssh "$@"
also works when ssh is elsewhere in $PATH...

> >    echo -n -e "\033kzsh\033\\"
> > }
> 
> that is neat. Couldn't we use a similiar escape sequence to put it into
> a certain point of the hardstatus line? Just of curiousity, this thing
> does the job.

I am not aware of another escape sequence to change the
hardstatus line directly. Maybe it could be possible to emulate
it via backtick somehow, but that would not be very elegant...

Ciao,
Thomas

-- 
 Thomas Köhler       Email:       [EMAIL PROTECTED]
     <><             WWW:              http://gott-gehabt.de
                     IRC:                           tkoehler
                     PGP public key available from Homepage!

Attachment: signature.asc
Description: Digital signature

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

Reply via email to