[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 30/40] man/curs_inch.3x: Fix excessively wide table.
From: |
G. Branden Robinson |
Subject: |
[PATCH 30/40] man/curs_inch.3x: Fix excessively wide table. |
Date: |
Fri, 12 Jan 2024 14:03:28 -0600 |
Content:
* Condense descriptions of symbolic constants.
Style:
* Add column headings, and draw a horizontal rule below them.
Markup:
* Refactor table format specification: use column modifiers to set
heading rows in bold instead of populating every entry in them with
font selection escape sequences.
Fixes:
.../man3/inch.3ncurses:78: warning: table wider than line length minus
indentation
---
man/curs_inch.3x | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/man/curs_inch.3x b/man/curs_inch.3x
index db92f6dfd..48bf5470e 100644
--- a/man/curs_inch.3x
+++ b/man/curs_inch.3x
@@ -74,10 +74,13 @@ .SS Attributes
The following bit masks may be AND-ed with characters returned by \fBwinch\fP.
.PP
.TS
-l l .
-\fBA_CHARTEXT\fP Bit mask to extract character
-\fBA_ATTRIBUTES\fP Bit mask to extract attributes
-\fBA_COLOR\fP Bit mask to extract color pair field information
+Lb Lb
+Lb Lx.
+Name Description
+_
+A_CHARTEXT Extract character
+A_ATTRIBUTES Extract attributes
+A_COLOR Extract color pair information
.TE
.SH RETURN VALUE
Functions with a \*(``mv\*('' prefix first perform a cursor movement using
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 30/40] man/curs_inch.3x: Fix excessively wide table.,
G. Branden Robinson <=