"Trent W. Buck" <[EMAIL PROTECTED]> said
                (on Tue, May 27, 2008 at 08:39:50PM +1000):
> > ssh() { screen -X title "[EMAIL PROTECTED]"; command ssh "$@"; }
> 
> I think the OP wants to change the session name, not the screen
> (window) title.

Also, isn't setting the title best done with ``-t'':

        ssh() { screen -t "[EMAIL PROTECTED]" ssh "$@"; }

-- 
Geraint A. Edwards (aka "Gedge")
[EMAIL PROTECTED]


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

Reply via email to