bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 04/40] man/curs_terminfo.3x: Fix too-wide tables.


From: G. Branden Robinson
Subject: [PATCH 04/40] man/curs_terminfo.3x: Fix too-wide tables.
Date: Fri, 12 Jan 2024 13:27:43 -0600

When formatting for an old school Unix man(7) width of 65n (character
cells), two table rows are overset.

Use tbl(1) text blocks so that they will break (wrap).

Fixes:
.../share/man/man3/terminfo.3ncurses:852: warning: table wider than line length 
minus indentation
.../share/man/man3/terminfo.3ncurses:879: warning: table wider than line length 
minus indentation
---
 man/curs_terminfo.3x | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x
index 48f217d92..e8da78165 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -864,7 +864,9 @@ .SH HISTORY
 tparm  interpolate parameters into string capability
 tputs  apply padding information to a string
 vidattr        like \fBvidputs\fP, but output through \fIputchar\fP
-vidputs        write string to terminal, applying specified attributes
+vidputs        T{
+write string to terminal, applying specified attributes
+T}
 .TE
 .PP
 The programming manual also mentioned
@@ -883,7 +885,9 @@ .SH HISTORY
 tgetnum        get numeric entry for given \fIid\fP
 tgetstr        get string entry for given \fIid\fP
 tgoto  apply parameters to given capability
-tputs  write characters via a function parameter, applying padding
+tputs  T{
+write characters via a function parameter, applying padding
+T}
 .TE
 .PP
 Early
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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