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 6328 invoked from network); 24 Jun 2021 13:41:57 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 24 Jun 2021 13:41:57 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 1ess; Thu Jun 24 09:35:08 -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 a01eaba0 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Thu, 24 Jun 2021 06:34:54 -0700 (PDT) Message-ID: <274012A2CDD2E8833379AABF65760221@eigenstate.org> To: 9front@9front.org CC: 9front@9front.org Date: Thu, 24 Jun 2021 09:34:52 -0400 From: ori@eigenstate.org In-Reply-To: <2F100E11BF4CF6F5FF680949F4862E66@9lab.org> 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: lifecycle scripting framework Subject: Re: [9front] vt: fix scrolling over ssh, add mouse scrolling Reply-To: 9front@9front.org Precedence: bulk Quoth igor@9lab.org: > > However, I have to admit I didn't fully get the issue you > are describing Before this patch, you'd scroll via the 'backup' and 'forward' entries in the menu. They'd generate interrupts ('^C') on the remote side when you'd ssh'ed in. This change fixes that problem, and while I'm there, adds mouse based scrolling.