On Wed, 18 Sep 2002, Michael K O'Brien wrote:

> Hola~
>
> About two weeks ago, I found that I could no longer set the window and icon
> title of an xterm or rxvt window with the following script:
>
>     echo -n "\033]0;$*\007"

Try echo -ne, make sure you haven't got PROMPT_COMMAND set to something
that overrides it, and haven't embedded a similar sequence in PS1 either.


Reply via email to