From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 4707a7a0 for ; Thu, 18 Apr 2019 18:29:53 +0000 (UTC) Received: (qmail 18339 invoked by alias); 18 Apr 2019 18:29:42 -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: List-Unsubscribe: X-Seq: 44231 Received: (qmail 20355 invoked by uid 1010); 18 Apr 2019 18:29:42 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f48.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.1/25419. spamassassin: 3.4.2. Clear:RC:0(209.85.166.48):SA:0(-2.0/5.0):. Processed in 3.859097 secs); 18 Apr 2019 18:29:42 -0000 X-Envelope-From: mikachu@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.48 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=quARg7UwT+9IOCFxO1QZdIaIdggUFcV4WVm0otqwLVI=; b=DNfNb4Ld78Ftx6pYPTygeXMDZN40zhWKmtIWgayb2lZeIJjxc+KCBQdx77S+CxXKuq sTQ2KvXByVNAgZBFzhzfJm3rby6UehYarzVS1gszydqyapdt7rhdJvgxRUk6EztNjTH8 Cm77wlfhIVWbWIIfeZVz66B7Xw2L5VkDu6iWI20SFwFzMZ4pepTyUB/Non57QO6LM9Fx SGDQUrYk85vnfArmqWU9+JsDa2N1uO3Q24jl2x4qfhDj8VvMO+5n7kf51CJo1DsynYsS fGVTsvp1tVnBZoRPubKqbVQdnTrSBhqmVxJ1NXnl57+xVTu54NaSOkWRgiKJD0d76zIY X7Fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=quARg7UwT+9IOCFxO1QZdIaIdggUFcV4WVm0otqwLVI=; b=lJ6tf8DiJJE5edAia/LVqBfpmI7lQ1ALxFgomG9qJxDhf1Ask6Fu9+8rBEcdwnPt0a F2I/yX+vcFgNabAKX4INL1iyTcNmM1jo7Xt7CyF4x4WAZsNRSaAJCU2qM3gsO4fZLGgR EsMsIahNzpQrXlb/P+LVlBK/eRCs4d/PbqrodskjysEOPbp3DZYq7Ixg7V2ujDrikuSM nQ4FQvwDC8ZmMCvdlcaUDqNuuxgXwnRqlgwdFrPLX9jo8NK7yKliemAwHwyi/XRlvIAG 02eWjCNLLujEOKUun3TVbtD1ZSUlFX/LJBlprp5XSKqVO+Uu4aALEDkNJR+59TE5Ui8m rx7Q== X-Gm-Message-State: APjAAAXaxlzROmtdrMzeHh+pcIo/fB5KguUXXKY1k+boPfgI1i4PVDnK IGhLGUzcc6YnK3OCi+0TW55zJP+mEL0PnBWR/8FJzw== X-Google-Smtp-Source: APXvYqy3YThE9poJY+d0soRwKAjMqgw9O4lQpCKbfGv0DX9jrZpMDCCAY7Q2OJmex0Nl/eLjNmfc4F+XZRt4hpQkCGM= X-Received: by 2002:a6b:510f:: with SMTP id f15mr60335503iob.59.1555612145840; Thu, 18 Apr 2019 11:29:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <8B423652-107C-4DDA-A333-907B42A670F8@dana.is> References: <8B423652-107C-4DDA-A333-907B42A670F8@dana.is> From: Mikael Magnusson Date: Thu, 18 Apr 2019 20:29:05 +0200 Message-ID: Subject: Re: Misaligned cursor when prompt linebroken To: dana Cc: Zsh hackers list Content-Type: text/plain; charset="UTF-8" On 4/18/19, dana wrote: > On 18 Apr 2019, at 10:39, Mikael Magnusson wrote: >>PS1=${(l:$COLUMNS::a:)}b >>the cursor is placed on top of the "b" for me, both in urxvt and >>xterm. Under zsh -f the initial rendering appears correct, but not >>after I type two characters > > Same for me in Terminal.app. The return of workers/43267 (&al.), i suppose? Just a small additional note that it doesn't matter that it's only one character extra in my example, the same thing happens if you put bbbbbbbb instead of just b. -- Mikael Magnusson