bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 1/2] captoinfo(1m): Tweak tables.


From: G. Branden Robinson
Subject: [PATCH 1/2] captoinfo(1m): Tweak tables.
Date: Sat, 2 Sep 2023 23:53:41 -0500

* Drop `H` argument to `TS` macro calls.  It is meaningless to, and
  unsupported by, man(7) implementations.  In other macro packages, this
  is a convention that must be be used with a `TH` macro to mark the end
  of headings to be repeated across a multi-page table, but that macro
  name is already used for another purpose in man(7).
* Set column headings in boldface for consistency with (some) other
  ncurses man pages.
* Float headings that occupy a single line "down", toward the rule that
  separates the headings from the content, to improve readability.
---
 man/captoinfo.1m | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/man/captoinfo.1m b/man/captoinfo.1m
index c5ff2ac4..42043125 100644
--- a/man/captoinfo.1m
+++ b/man/captoinfo.1m
@@ -79,12 +79,12 @@ .SH TRANSLATIONS FROM NONSTANDARD CAPABILITIES
 it has not mistakenly translated a completely unknown and random
 capability and/or syntax error.
 .PP
-.TS H
-c c c c
-c c c c
-l l l l.
-Nonstd Std     From    Terminfo
-name   name            capability
+.TS
+cb cb cb cb
+cb cb cb cb
+l  l  l  l .
+Nonstd Std     \&      Terminfo
+name   name    From    capability
 _
 BO     mr      AT&T    enter_reverse_mode
 CI     vi      AT&T    cursor_invisible
@@ -121,8 +121,8 @@ .SH TRANSLATIONS FROM NONSTANDARD CAPABILITIES
 high-half graphics.
 They were as follows:
 .PP
-.TS H
-c c
+.TS
+cb cb
 l l.
 Cap    Graphic
 _
@@ -162,8 +162,8 @@ .SH TRANSLATIONS FROM NONSTANDARD CAPABILITIES
 translated:
 .PP
 .TS
-c c
-l l.
+cb cb
+l  l .
 IBM    XSI
 _
 ksel   kslt
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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