Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: beyond zsh v2.3.1



On Mon, 26 Aug 1996, Julio Garcia wrote:

> o I have been using a function that gets called by chpwd that looks
>   like this:
> 
>                 function print_banner {
>                         print -n "\e]0;$1\a"
>                 }

Shouldn't this be \e]2 instead? I have 
chpwd () {
        print -Pn "\e]2;${HOST}:%~ \a"
}
and this works.




Messages sorted by: Reverse Date, Date, Thread, Author