[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 13/18] man/curs_mouse.3x: Revise table.
From: |
G. Branden Robinson |
Subject: |
[PATCH v2 13/18] man/curs_mouse.3x: Revise table. |
Date: |
Sat, 23 Sep 2023 06:59:02 -0500 |
* Do more work in table format definition, setting column headings in
bold, as well as first column overall since it contains literals.
* Use '_' in table data instead of repeated '_' column descriptions.
---
man/curs_mouse.3x | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/man/curs_mouse.3x b/man/curs_mouse.3x
index c2bb74f0..e6b1a61a 100644
--- a/man/curs_mouse.3x
+++ b/man/curs_mouse.3x
@@ -122,10 +122,10 @@ .SS Mouse events
Here are the mouse event type masks which may be defined:
.PP
.TS
-l l
-_ _
-l l.
-\fBName\fP \fBDescription\fP
+lB lB
+lB l .
+Name Description
+_
BUTTON1_PRESSED mouse button 1 down
BUTTON1_RELEASED mouse button 1 up
BUTTON1_CLICKED mouse button 1 clicked
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH v2 13/18] man/curs_mouse.3x: Revise table.,
G. Branden Robinson <=