bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 31/40] man/curs_mouse.3x: Fix excessively wide table.


From: G. Branden Robinson
Subject: [PATCH 31/40] man/curs_mouse.3x: Fix excessively wide table.
Date: Fri, 12 Jan 2024 14:03:38 -0600

Fixes:
man3/mouse.3ncurses:115: warning: table wider than line length minus indentation
---
 man/curs_mouse.3x | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/man/curs_mouse.3x b/man/curs_mouse.3x
index b7a2d8291..028cfd9b7 100644
--- a/man/curs_mouse.3x
+++ b/man/curs_mouse.3x
@@ -110,10 +110,10 @@ .SS "Mouse Events"
 Here are the mouse event type masks which may be defined:
 .PP
 .TS
-lB lB
-lB l .
+Lb Lb
+Lb Lx.
 Name   Description
-_
+=
 BUTTON1_PRESSED        mouse button 1 down
 BUTTON1_RELEASED       mouse button 1 up
 BUTTON1_CLICKED        mouse button 1 clicked
@@ -144,9 +144,15 @@ .SS "Mouse Events"
 BUTTON5_DOUBLE_CLICKED mouse button 5 double clicked
 BUTTON5_TRIPLE_CLICKED mouse button 5 triple clicked
 _
-BUTTON_SHIFT   shift was down during button state change
-BUTTON_CTRL    control was down during button state change
-BUTTON_ALT     alt was down during button state change
+BUTTON_SHIFT   T{
+shift was down during button state change
+T}
+BUTTON_CTRL    T{
+control was down during button state change
+T}
+BUTTON_ALT     T{
+alt was down during button state change
+T}
 ALL_MOUSE_EVENTS       report all button state changes
 REPORT_MOUSE_POSITION  report mouse movement
 _
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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