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 7810 invoked from network); 27 Jun 2021 01:08:15 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 27 Jun 2021 01:08:15 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 1ess; Sat Jun 26 20:43:55 -0400 2021 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 3396fe58 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sat, 26 Jun 2021 15:57:03 -0700 (PDT) Message-ID: <1B8E29F8DEDD6F983112C3915D7FDED9@eigenstate.org> To: 9front@9front.org Date: Sat, 26 Jun 2021 18:57:02 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: flexible lossless full-stack DOM generator Subject: Re: [9front] Patch for libframe and acme to eliminate redrawing body of documents when typing in the tagline. Reply-To: 9front@9front.org Precedence: bulk Quoth David Leimbach : > diff -r aa49706ca881 sys/include/frame.h > --- a/sys/include/frame.h Wed May 12 22:40:51 2021 +0200 > +++ b/sys/include/frame.h Thu May 20 11:58:46 2021 -0400 > @@ -49,6 +49,7 @@ > Image *tick; /* typing tick */ > Image *tickback; /* saved image under tick */ > int ticked; /* flag: is tick onscreen? */ > + int noredraw; /* don't draw on the screen */ > }; > Just as a note, your mail client appears to have also mangled the text of this patch. Got it to apply with a couple of edits: ,s/^[^ @+\-]/ &/g but it seems to have stripped the leading space from a bunch of lines.