From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8136 invoked by alias); 17 Dec 2013 10:59:50 -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: 32139 Received: (qmail 15864 invoked from network); 17 Dec 2013 10:59:36 -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,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AWOkRGW0CeTrtsufNd5xGQIT0+qfnrERwPz0gw5OJoc=; b=Bte0MqLEsoF/g7oY+Q/VvvylVJoxzX/Mh91TINu58zs66RjKLDyh0Mt14OnnYt8N0T 6XatnVv0sWQCxkSLPEBjoKxKhsOKMHeXa4b5mpuy12jDW+TsjNBvOyAty2ssUmihVPq/ ltvl7l13nJ89ywVzV1wb8nevrPXJnm+UlT05pzGfcosZty9wcfukKdqs4EP2U9Btu/nJ W9FKdBcvHDgm8qCCS++REbWrzjl+cQoaqN3C1QuYcmzzp9Is4xkzgK8kKc/lOsZ+711I pZ8LmUDlT0yad/7AYv6CeSiFRKKbxJgrbRsqula+KFEOkH2bqFPPtES53nWSq/bYESNE 0P2w== MIME-Version: 1.0 X-Received: by 10.182.153.196 with SMTP id vi4mr1289313obb.75.1387277972819; Tue, 17 Dec 2013 02:59:32 -0800 (PST) Date: Tue, 17 Dec 2013 11:59:32 +0100 Message-ID: Subject: Re: Bug report From: Patrick Oscity To: "zsh-workers@zsh.org" Content-Type: multipart/alternative; boundary=089e015382acc6572704edb8d237 --089e015382acc6572704edb8d237 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Dec 15, 18:10, Bart Schaefer wrote: > By the way, fiddling with this I discovered that I have one of the > terminals that scrolls up when anything is written to the bottom right > corner. Vanilla "xterm" does this. In fact, I discovered the same behavior in my terminal (using iTerm2 on OS X) which somehow defeats the purpose. Another odd behavior I noticed is that when I set ZLE_RPROMPT_INDENT=3D0, the first character of any completion disappears. For example: $ PS1=3D'$ ' $ RPS1=3D'TEST' $ ZLE_RPROMPT_INDENT=3D0 = TEST $ ls = TEST SCOLORS ls lsappinfo lsm lsvfs LS_COLORS lsa lsbom lsof On the last line I entered ls. Notice how the first character in the first line of the suggested completions disappears. As I said, I also experience the scrolling up by one line. Since other shells like e.g. FISH handle this correctly in the very same terminal, maybe there's actually something else broken here? Consider this session in FISH, where I also typed ls on the last input line: $ function fish_prompt echo '$ ' end $ function fish_right_prompt = TEST echo 'TEST' end $ ls = TEST ls lsappinfo (Control and query CoreApplicationServices about the app state o= n t=E2=80=A6) lsbom (List contents of a bom = file) lsm (Latent Semantic Mapping = tool) lsof (List open f= iles) lsvfs (List known virtual file sys= tems) It works. If FISH can do it, I believe we can also do it in ZSH, or am I wrong with this assumption? --089e015382acc6572704edb8d237--