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

Re: Strange initial escape string



On Thu, May 30, 2013 at 11:28 PM, Mario Signorino
<mario.signorino@xxxxxxxxxxx> wrote:
> When I switch to zsh I read "\033[1m\033[7m%" and then the prompt.
> What is that?
Ok: stupid question. It's a small part of a bigger sequence.
The final result is a simple prompt as

Linux%

But what I get from the pty is this sequence (splitted on many lines
to be more readable):
\033[1m
\033[7m%
\033[27m
\033[1m
\033[0m
               \r \r\r
\033[0m
\033[27m
\033[24m
\033[J
Linux%
\033[K
\033[?1h
\033=

Tnx anyway.
Mario



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