bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 37/40] man/terminfo.head: Fix excessively wide table.


From: G. Branden Robinson
Subject: [PATCH 37/40] man/terminfo.head: Fix excessively wide table.
Date: Fri, 12 Jan 2024 14:05:36 -0600

Content:
* Swap the middle and right-hand columns ("Meaning" and "Example",
  placing "Example" first since it has a more regular width.
* Replace "att4415-nl" example with "hp2621-nl"; it's one character cell
  shorter and makes the table fit in 65n.

Markup:
* Make table format specification more consistent with other ncurses
  man pages.
* Permit the "Meaning" column to expand.

Fixes:
.../man5/terminfo.5:147: warning: table wider than line length minus indentation
---
 man/terminfo.head | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/man/terminfo.head b/man/terminfo.head
index ae3d7e54e..ad9e6cea1 100644
--- a/man/terminfo.head
+++ b/man/terminfo.head
@@ -136,23 +136,23 @@ The following suffixes should be used where possible:
 .PP
 .TS
 center;
-lb cb lb
-l  l  l .
-Suffix Meaning Example
+Lb Lb Lb
+L  L  Lx.
+Suffix Example Meaning
 _
-\-\fInn\fP     Number of lines on the screen   aaa\-60
-\-\fIn\fPp     Number of pages of memory       c100\-4p
-\-am   With automargins (usually the default)  vt100\-am
-\-m    Mono mode; suppress color               ansi\-m
-\-mc   Magic cookie; spaces when highlighting  wy30\-mc
-\-na   No arrow keys (leave them in local)     c100\-na
-\-nam  Without automatic margins               vt100\-nam
-\-nl   No status line                          att4415\-nl
-\-ns   No status line                          hp2626\-ns
-\-rv   Reverse video                           c100\-rv
-\-s    Enable status line                      vt100\-s
-\-vb   Use visible bell instead of beep        wy370\-vb
-\-w    Wide mode (> 80 columns, usually 132)   vt100\-w
+\-\fInn\fP     aaa\-60 Number of lines on the screen
+\-\fIn\fPp     c100\-4p        Number of pages of memory
+\-am   vt100\-am       With automargins (usually the default)
+\-m    ansi\-m Mono mode; suppress color
+\-mc   wy30\-mc        Magic cookie; spaces when highlighting
+\-na   c100\-na        No arrow keys (leave them in local)
+\-nam  vt100\-nam      Without automatic margins
+\-nl   hp2621\-nl      No status line
+\-ns   hp2626\-ns      No status line
+\-rv   c100\-rv        Reverse video
+\-s    vt100\-s        Enable status line
+\-vb   wy370\-vb       Use visible bell instead of beep
+\-w    vt100\-w        Wide mode (> 80 columns, usually 132)
 .TE
 .PP
 For more on terminal naming conventions, see the \fBterm\fP(7) manual page.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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