From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5439 invoked by alias); 17 Jul 2013 18:53:30 -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: 31527 Received: (qmail 15544 invoked from network); 17 Jul 2013 18:53:15 -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,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com 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:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=68r6mVbynEfHG+BXsv2ITNveDuHZG37CRWdn8VgkPL0=; b=JsRaEESVdrOgvSpdYqjuAPkV+fgP8YbARVdecjIb+FrnTq/BZ71UKJjDGWZTKTiuov Va7brkSHpPQWS3dN/+d8Awp5Gshk2HdDzeEm9+9prTM3ZVG07b5Xbg/DADnPPOSMCyG6 +f0aT6XAWPPbkZBR6FaHNM4DPUsbMtf8r408hGFTED9BZRX8/tzuH3MNHtvEOj8RKtfi S7RfARyqiCaklZ4aWdyH6JmJxTHbxM27NXfMTDLsvC+0NaeadwzAtrsfYqz+M1/HN2/t Asa7l9mxBHK+JaJ7jAGYeKbyTrrvd7qZho4AaPfqPVmNHR8dHrjg8XASgajAWr7V4GeZ Fo/w== MIME-Version: 1.0 X-Received: by 10.112.20.66 with SMTP id l2mr3794508lbe.48.1374087186274; Wed, 17 Jul 2013 11:53:06 -0700 (PDT) In-Reply-To: <20130717164041.GB24888@mcnabbs.org> References: <20130717164041.GB24888@mcnabbs.org> Date: Wed, 17 Jul 2013 11:53:06 -0700 Message-ID: Subject: Re: escape sequences after upgrading From: Bart Schaefer To: Zsh hackers list Content-Type: multipart/alternative; boundary=14dae93d9300a0ebfa04e1b99adb X-Gm-Message-State: ALoCoQm/uVJJ+M/k3bwC+ojivfWOdO0wpUQMJhnFJi3QIc8ftCHWM+K35dXu+CiHcNoD294hcHL0 --14dae93d9300a0ebfa04e1b99adb Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jul 17, 2013 at 9:40 AM, Andrew McNabb wrote: > After upgrading my system, I found that every time I change a directory, > zsh spits out an escape sequence that isn't recognized by my terminal. > Ultimately this points to either a wrong terminfo entry for the terminal you are using (possibly the value of $TERM is wrong?) or a shell setting that assumes all terminals understand all the same escape sequences. I've never encountered ESC ] 7 ; before, though. If this happens only after "cd", check the value of $chpwd_functions for culprits. If this is happening with other commands as well, check $PROMPT_EOL_MARK and the setting of the PROMPT_SP option. --14dae93d9300a0ebfa04e1b99adb--