Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange initial escape string
- X-seq: zsh-workers 31439
- From: Mario Signorino <mario.signorino@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Strange initial escape string
- Date: Fri, 31 May 2013 00:56:37 +0200
- In-reply-to: <CAM8HBcUZC0_4gfcZOFBxEfGhGWMGCcidAoi_5ptp1G_G=jbnPQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAM8HBcUZC0_4gfcZOFBxEfGhGWMGCcidAoi_5ptp1G_G=jbnPQ@mail.gmail.com>
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