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 27245038 for ; Mon, 6 Jan 2020 18:47:38 +0000 (UTC) Received: (qmail 4549 invoked by alias); 6 Jan 2020 18:47:33 -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: 45255 Received: (qmail 6582 invoked by uid 1010); 6 Jan 2020 18:47:33 -0000 X-Qmail-Scanner-Diagnostics: from mail-il1-f170.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.170):SA:0(-2.0/5.0):. Processed in 2.327112 secs); 06 Jan 2020 18:47:33 -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.170 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=hWaKyMfz2znYJvLBNMh67X6VWx30PVAbqWizuAapJ9o=; b=d0KFctiO92qt8WRYDQdxz5+90Fx1XHNcsY7/8AejXH5BnrioTkGQ1usYiDGmUF7MQG kz/zoMd3oqUuT93wS1mYdsNQYd+Dnr1wmzM5nF0Ptm8n1qBgCHFN1pxeB2wMi28Cuo1/ zp4PerIFQ6cSmxdu9HAIhLPxq+wu2ZgbD+8DWh/JPo8m3vOo++Ix8GR6dSUKZol2p8ej 6rDk6wjrX2If1IJ+640EyoSdHR27ZxIoinoTQFYDh5e5yRp8D2kdIyzd0v/dsZpHR18S Pd4MgnyF1ImTmNmaew5qLXYgqO65kg0uSIPUviHyIJIhnv4f4rL3n2yUD6WSrE/Av/9j lo6Q== X-Gm-Message-State: APjAAAXHReMMXcyAYD41JXhjYZ9GI97nzJm3Q3ffFFaNCVQVJM91lRyE Idwcbrx7dv65lQQtR4cUylc101C9seEi5H3vsdc= X-Google-Smtp-Source: APXvYqx8OULoMThWWdmEZD0jmemxSJ0PwwAxaBCockWlGuJIdj3obnjLgUekEf0hwP6olDv8hhLc/EqRYIL1mThIjdo= X-Received: by 2002:a92:4616:: with SMTP id t22mr85496314ila.186.1578336418758; Mon, 06 Jan 2020 10:46:58 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Roman Perepelitsa Date: Mon, 6 Jan 2020 19:46:47 +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 7:31 PM Sebastian Gniazdowski wrote: > > On Mon, 6 Jan 2020 at 19:07, Roman Perepelitsa > wrote: > > 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. > > From what I've read: > 1. Bart said that using the terminals feature to save cursor position > might collide with application's use of the the feature Yes, I saw that. I believe this patch doesn't break any existing useful code. If anyone can point me to a piece of code that could be broken by my patch, I'll test it. > So, I think that there's not much to do on your side. I gave up because because no one has expressed enthusiasm and two members in good standing expressed skepticism that I was unable to address. No one is obligated to accept my patches unless I put in the work to convince the community that the patch does something useful and doesn't break things. It didn't seem like I was making progress on either of these fronts, so I gave up. Roman.