From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7211 invoked by alias); 8 Jan 2014 08:33:34 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18291 Received: (qmail 22601 invoked from network); 8 Jan 2014 08:33:29 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=VaDpfvl61tTgeMmH4hJ2PWGpr94joo72l5lPb7ordXI=; b=W5k6VBRYCTiHiYIOpFWY06MkCijtDJCqtrPPC0bi2c0qyS5UQ2Rw7EO8GcLNai8IWz b+9XcmJEVjUFHjeEFT2yzNaYZG6R+cBGwxHN/bUOiuGy+DsRkICsL5IWPqErKBQMWFuw oeVksuzohNj9Sa2n8L8Ot5SDjxEbZoAS+Ra/JYz/kNYP61Xhe+qcI4fUya5iQvRanNh7 u1pKPg8nxow3IqJFkrtY2FdHsnaCuBnRwOgMjbTV832BpOYnVYZ4AvhztsbWVBOvC1ZC nBFSiQTT/TyFej54iQh66bbXudMBZzhGJez82OGXDZ/Ttht86+jwB13zKg5bBZ0+9MTL Cihg== X-Received: by 10.68.190.228 with SMTP id gt4mr141926388pbc.94.1389170006682; Wed, 08 Jan 2014 00:33:26 -0800 (PST) MIME-Version: 1.0 From: Ivan Brkanac Date: Wed, 8 Jan 2014 09:33:06 +0100 Message-ID: Subject: $terminfo for up and down arow To: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 hello, as from zsh 5.0.3 and till 5.0.5 there is some change in up and down arrow as reported by "$terminfo[kcuu1]" and "$terminfo[kcud1]" it reports ^[OB and ^[OA on os x 10.9.1 and zsh from homebrew corect sequence is '^[[B' and '^[[A' there is corresponding bug report https://github.com/sorin-ionescu/prezto/issues/516 with some more details. Thanks.