From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24106 invoked by alias); 30 May 2013 22:57:19 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31439 Received: (qmail 9283 invoked from network); 30 May 2013 22:57:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at gnufish.net does not designate permitted sender hosts) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=KFINaawKTKvp/bN0vvXQGhopD+3yhY6FSPBeYEfcbZU=; b=dXqTvqBQ71Jzvg0BT45cboRu2SdUe89MLZlp9X3t+hGS6HGAsCoRlaOAdZG2xTOFwH 3HzUT9C/dFhgSBmGEO4CJsrWvLhAtovh/tadMaUVALnbyaGTZurcUVj1fuuz2tDmPVoE wVNTOLVv8TfRp5BveF4h4AqU81kCDVJg6L1pzBgCiIoFEYY1KX0LDc21IrHqqUCLdGAp wirsfhmZ5vyGFViJEta9K4BnfFLfBk6wQvmNsmzUy9LyZKoMGDg0V/OzmD4jWzSguvST 2NieKvISejVSfOnpkAgmRtNOw2YVyqgRCDcbfLbk/BTrkDOyhmumM8rRQKmVU8qQPEH5 yOig== X-Received: by 10.229.197.194 with SMTP id el2mr1867402qcb.63.1369954617431; Thu, 30 May 2013 15:56:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Mario Signorino Date: Fri, 31 May 2013 00:56:37 +0200 Message-ID: Subject: Re: Strange initial escape string To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkvC6aGcl9eX0FRFEZrLGu8A467vfZ/avgrM0I8TUZj+x3y5M1+jWryGyxh2y9FPKSb+kMP On Thu, May 30, 2013 at 11:28 PM, Mario Signorino 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