Re: how to change the window title dynamically

2005-05-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to lin q on 5/26/2005 4:19 PM: > Hi, > I wonder how to change the window title synamically like command prompt > to list the full path? Google returns me such command, > > print -nP -u2 "\033]0;[EMAIL PROTECTED]:%~\a" Try echo or printf, a

how to change the window title dynamically

2005-05-26 Thread lin q
Hi, I wonder how to change the window title synamically like command prompt to list the full path? Google returns me such command, print -nP -u2 "\033]0;[EMAIL PROTECTED]:%~\a" But "print" is not recognized, I tried printf, it says -n and -u not recognized. Thanks. __