bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 15/34] Drop redundant `br` requests (1/2).


From: G. Branden Robinson
Subject: [PATCH 15/34] Drop redundant `br` requests (1/2).
Date: Fri, 6 Oct 2023 00:15:43 -0500

They are unnecessary when filling is off as it is in `EX`/`EE` regions
(and in page-local `NS`/`NE` ones).

* man/ncurses.3x:
* man/tabs.1: Do it.
---
 man/ncurses.3x | 2 --
 man/tabs.1     | 1 -
 2 files changed, 3 deletions(-)

diff --git a/man/ncurses.3x b/man/ncurses.3x
index 7f8b40f6..d5ac6a20 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -908,9 +908,7 @@ .SS MOUSE_BUTTONS_123
 platforms:
 .NS
 1 = left
-.br
 2 = right
-.br
 3 = middle.
 .NE
 .PP
diff --git a/man/tabs.1 b/man/tabs.1
index 68e3c08a..f4ea689b 100644
--- a/man/tabs.1
+++ b/man/tabs.1
@@ -132,7 +132,6 @@ .SS Explicit Lists
 They are separated by a comma or a blank, for example,
 .NS
 tabs 1,6,11,16,21
-.br
 tabs 1 6 11 16 21
 .NE
 .PP
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]