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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 11850 invoked from network); 4 Nov 2021 22:53:44 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 4 Nov 2021 22:53:44 -0000 Received: from seninha.org ([45.76.8.186]) by 4ess; Thu Nov 4 18:49:53 -0400 2021 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=20211006; bh=1N0xJoZpqpy 2lcWKsdeBAH24X8FCz8dyuajwIqnpXK4=; h=subject:to:from:date; d=seninha.org; b=iukyAwh27cKO/8B+0PrubomUwVB9G282FHJakQYc6b+Fm3Ky5vxK8 CQPibdQOnUQfeUbK6XK+dIKKBRvlyuqCgQsc3Yt/NfCep4HZCxPySCzNwh+nHu7W9SapJY Eoy43qGOA1MRpw8M8kOH+/ZJoWnoF2cOopXtSOEoMWHKbhsEk5BzJVvxj4lobe+FvORyoD EOp2jsapZgAsf9l9EjlZZJ3zvQ/+UOpaLhzPIyURhFFGyEfAyl2b3bU1ShMYO/GxYG+hwZ m2OLpyygR3PI+M+DrA82/dUZJvNXpTIfuSCd33MoLmjc8LZxK2SEXyCL/lGsigBdLpys7+ yfUsbeAGg== Received: from localhost (b3d611d6.virtua.com.br [179.214.17.214]) by mail.seninha.org (OpenSMTPD) with ESMTPSA id cad8620b (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <9front@9front.org>; Thu, 4 Nov 2021 19:49:52 -0300 (-03) Date: Thu, 4 Nov 2021 19:49:43 -0300 From: Lucas de Sena To: 9front@9front.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: secure callback-based singleton Subject: [9front] [PATCH] rio(1): add triple-clicking and shift-up/down Reply-To: 9front@9front.org Precedence: bulk --- sys/man/1/rio | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/man/1/rio b/sys/man/1/rio index 4f42d4f61..7808ba3e2 100644 --- a/sys/man/1/rio +++ b/sys/man/1/rio @@ -305,6 +305,8 @@ on the right, it selects all text within the pair; at the beginning or end of a line, it selects the line; within or at the edge of an alphanumeric word, it selects the word. +A third click can be done right after a double-clicking that selects an alphanumeric word, +it selects the word itself and the non-whitespace characters around it. .PP Characters typed on the keyboard replace the selected text; if this text is not empty, it is placed in a @@ -414,6 +416,7 @@ scrolls forward half a window, and page up or up-arrow scrolls back. Typing the home key scrolls to the top of the window; typing the end key scrolls to the bottom. +The shift key pressed along with the up-arrow (down-arrow) scrolls backward (forward) one line. .PP The DEL character sends an .L interrupt -- 2.33.0