From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28428 invoked from network); 5 Jan 2022 22:36:22 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 5 Jan 2022 22:36:22 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 4ess; Wed Jan 5 17:30:25 -0500 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 8f7a30a2 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Wed, 5 Jan 2022 14:29:46 -0800 (PST) Message-ID: To: 9front@9front.org CC: igor@9lab.org Date: Wed, 05 Jan 2022 17:29:45 -0500 From: ori@eigenstate.org In-Reply-To: <6749DB7684492D8171889089C5EBE3D0@9lab.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: standard database Subject: Re: [9front] [PATCH] acme: fix window and scrollbar display glitches at bottom fringe of column Reply-To: 9front@9front.org Precedence: bulk Quoth igor@9lab.org: > The following patch fixes acme display glitches at the bottom fringe > of columns when adding/moving/resizing windows. > > Here an example of an easy to reproduce case: > > • https://invidio.xamh.de/watch?v=iLekQrxycaM > > …opening acme and resizing a column is all that is needed. > > Here is another example of the issue, note the white line at the bottom > of the acme columns: > > • https://9lab.org/img/plan9/acid.png > > The functions winresize(…) and textresize(…) are extended with an > additional parameter `fillfringe` to indicate if a window/tag shall > fill a potential fringe area that would otherwise remain white. > > The changes have been inspired by the approach taken in plan9port > acme. > > If you are an acme user please give this a try and/or provide feedback > if you run into any issues or disagree with the solution. If there is > agreement and no one runs into problems over the next week or two I > will merge this patch. > > The patch is also attached for git/import. > > Thanks. > > Cheers, > Igor > Testing this out right now -- it seems to work for me. Thanks!