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.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, 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 ccbfc8f5 for ; Mon, 6 Jan 2020 18:08:31 +0000 (UTC) Received: (qmail 1563 invoked by alias); 6 Jan 2020 18:08:26 -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: 45253 Received: (qmail 3027 invoked by uid 1010); 6 Jan 2020 18:08:26 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f47.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25684. spamassassin: 3.4.2. Clear:RC:0(209.85.166.47):SA:0(-2.0/5.0):. Processed in 0.890658 secs); 06 Jan 2020 18:08:26 -0000 X-Envelope-From: roman.perepelitsa@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.47 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uH+mTaEEuL+KE0DXAGcVCAOgL7Pzz/9sZj5GNglr38E=; b=AaH2Qh1mJYzxQaKHcJ7VE2p9F+HtPV6sLkGK2rzePcIrHg/Ln3fJ4OgCaObZSEdZ6u edvLPVZvFAQP3WE7P6FRRVcc3yG1qXyA1IWJyzAbJvHPYmXZsS9imnXfz/Ky6s/q0J+W ySg8MrEaqfQllC4qe16e/ufGds3eCi40u9VBCuPodWtgnJJ5d7eSGXN0gSx4Eio1HTC0 SuFwFyyz4MiWq7asTYKfIkjiCYoJbdj7wPMYpPIX4p4+8Anuh4BLJCAaV17lJjwHF7RP gRl8yjO45drI9Ht5i7XNRBkBPnSpq7EQ6LrCb3ulbKhIv+co0YVse1yw3ahAYaWkk33C AF6w== X-Gm-Message-State: APjAAAVYZCQBZlgz2jo9NVgazplsJeNQMNQq9wTMIIRmXDn9HtzCZRFm lnQh3mLM0KTMJYSZh3RwCzNWsv4FyILIHtgYrP4= X-Google-Smtp-Source: APXvYqzpE87NmjQHt0/9QZxtZg0wFe2gS+nEtaTCm0oSOqxo2FpEiZDlF+/NI8LWZ9BkxtUHYLLiBoPKc8s4Y2eU7TI= X-Received: by 2002:a5d:8055:: with SMTP id b21mr68631672ior.169.1578334072419; Mon, 06 Jan 2020 10:07:52 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Roman Perepelitsa Date: Mon, 6 Jan 2020 19:07:41 +0100 Message-ID: Subject: Re: PATCH: draw prompt on the correct line after window change To: Sebastian Gniazdowski Cc: Zsh hackers list Content-Type: text/plain; charset="UTF-8" On Mon, Jan 6, 2020 at 6:50 PM Sebastian Gniazdowski wrote: > I thought that I'll bump this patch. The bug is very annoying, it > constantly appears in the reports to the list starting probably from > 2016 when I've joined (well, that was in 2015, actually). As another data point, I received a total of 7 bug reports in powerlevel10k about this bug. Here's my most extensive explanation of what is going on: https://github.com/romkatv/powerlevel10k/issues/234#issuecomment-544387392. I keep my patch available for anyone who's brave enough to use a patched zsh. I use it myself, too. I should clarify that the ball is totally on my side. The patch received cool feedback but wasn't rejected outright. I estimated that effort required to turn the tide is likely higher than I can muster and chose to withdraw. Roman.