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

Re: Whatta fsck is this?



Juhapekka Tolvanen wrote:

> ...
> > > 
> > > If I do that, I experience these kind of things:
> > > 
> > > juhtolv@heresy : /home/juhtolv
> > > % date '+%A, %d %B %Y'                                            10002 | pts/5
> > > \e]0;%n@%m:%d : date '+%A, %d %B %Y'\a
> > > perjantai, 25 elokuu 2000
> > > juhtolv@heresy : /home/juhtolv
> > > % uname -a                                                        10003 | pts/5
> > > \e]0;%n@%m:%d : uname -a\a
> > 
> > Hrm, works for me (and should have been -rn).
> > 
> > Well, how about:
> > 
> >   print -Pn '\e]0;'
> >   print -rn "${EXECTEXT}"
> >   print -Pn '\a'
> 
> Works fine otherwise, but if I give for example a commnd "vi", my titlebar
> looks like this as long as I run that vi:
> 
> %n@%m:%d : vi

But I guess by now you know what the problem is and how to solve it,
right? ;-)

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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