Authentication-Results: mail-b.sr.ht; dkim=pass header.d=torresjrjr.com header.i=@torresjrjr.com Received: from transit01.runbox.com (transit01.runbox.com [91.220.196.211]) by mail-b.sr.ht (Postfix) with ESMTPS id 57A1411EEC5 for <~adnano/astronaut-devel@lists.sr.ht>; Wed, 3 Nov 2021 21:47:17 +0000 (UTC) Received: from aibo.runbox.com ([185.226.149.25]) by transit01.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1miO6E-004PcU-5X for ~adnano/astronaut-devel@lists.sr.ht; Wed, 03 Nov 2021 22:47:14 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=torresjrjr.com; s=selector1; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From; bh=XSsBt26gfcY9CPIIq9GwLE2x259dJzR7hG8gwGzKnL0=; b=CGSzKc4LVniecFs7ipp6NOTPqJ XZpIbfueBKBSvs5L/csaqUg38UzEYrxwvau7XSwncoZwxJWNIQ9RZkK0Lvm0jtXsJDkQ20fU0Gow2 qwgJhv+nZZJwhK+3YinQnbcA0fPjrmwFf5npDQmWRh4WQsqInDcq01Lfy9VtoAP2sqdRc3UQEAvKJ KoOycosQclj3bWNClwW4fb/Akw6ZXxHuMKIeCw/kjIW+YXOalkHGru5lOLQwLPppa4mD+pOIx7A3R AHYUkLL9TZ9chuO+BWQjU7O65bfFgiDDX/P4cARk0IZ+fUvtkohgB3iBugnnXe+MxcboOSnAnzyBU XbJvqSkw==; Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1miO6D-0004rT-73 for ~adnano/astronaut-devel@lists.sr.ht; Wed, 03 Nov 2021 22:47:13 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (996397)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1miO5r-0005r4-Sc; Wed, 03 Nov 2021 22:46:51 +0100 From: Byron Torres To: ~adnano/astronaut-devel@lists.sr.ht Cc: Byron Torres Subject: [PATCH 1/2] doc: Correct scroll description Date: Wed, 3 Nov 2021 21:46:36 +0000 Message-Id: <20211103214637.1228117-1-b@torresjrjr.com> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- doc/astronaut.1.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/astronaut.1.scd b/doc/astronaut.1.scd index 579e29e..2c5d72d 100644 --- a/doc/astronaut.1.scd +++ b/doc/astronaut.1.scd @@ -71,7 +71,7 @@ The following commands are supported: If _top_ or _bottom_ is specified, moves to the top or bottom of the page respectively. - If specified as a number, the page is moved by that number of columns. If + If specified as a number, the page is moved by that number of lines. If specified as a percentage, the page is moved by that percentage of the visible page height. Positive values scroll down and negative values scroll up. -- 2.33.1