[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 32/40] man/curs_mouse.3x: Replace long unfilled lines with table.
From: |
G. Branden Robinson |
Subject: |
[PATCH 32/40] man/curs_mouse.3x: Replace long unfilled lines with table. |
Date: |
Fri, 12 Jan 2024 14:04:23 -0600 |
This EX/EE display would overrun a traditional line length of 65n.
* Use a table to present this information.
* Annotate one potential/consistent origin for it.
---
man/curs_mouse.3x | 29 +++++++++++++++++++++--------
1 file changed, 21 insertions(+), 8 deletions(-)
diff --git a/man/curs_mouse.3x b/man/curs_mouse.3x
index 028cfd9b7..38feac192 100644
--- a/man/curs_mouse.3x
+++ b/man/curs_mouse.3x
@@ -388,15 +388,28 @@ .SH PORTABILITY
.RE
.bP
Its \*(``terminfo\*('' manual page lists capabilities for the feature.
-.PP
+.\" These don't appear in in the SVID 4th edition, Volume 3,
+.\" terminfo(TI_ENV) man page. They can be found in, e.g., the "z/OS
+.\" V1R1.0 C Curses" book, Chapter 17, pp. 179-186 (PDF 213-220).
.RS 8
-.EX
-buttons btns BT Number of buttons on the mouse
-get_mouse getm Gm Curses should get button events
-key_mouse kmous Km 0631, Mouse event has occurred
-mouse_info minfo Mi Mouse status information
-req_mouse_pos reqmp RQ Request mouse position report
-.EE
+.TS
+Lb Lb Lb Lx.
+buttons btns BT T{
+Number of buttons on the mouse
+T}
+get_mouse getm Gm T{
+Curses should get button events
+T}
+key_mouse kmous Km T{
+0631, Mouse event has occurred
+T}
+mouse_info minfo Mi T{
+Mouse status information
+T}
+req_mouse_pos reqmp RQ T{
+Request mouse position report
+T}
+.TE
.RE
.bP
The interface made assumptions
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 32/40] man/curs_mouse.3x: Replace long unfilled lines with table.,
G. Branden Robinson <=