bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 36/40] man/user_caps.5: Revise table style and markup.


From: G. Branden Robinson
Subject: [PATCH 36/40] man/user_caps.5: Revise table style and markup.
Date: Fri, 12 Jan 2024 14:05:25 -0600

Style:
* Set capability code literals in bold, not roman.

Markup:
* Migrate from slashes to real tab characters for tabulation.
* Make table format specification consistent with others in ncurses.
---
 man/user_caps.5 | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/man/user_caps.5 b/man/user_caps.5
index 0c9f32573..951098ff0 100644
--- a/man/user_caps.5
+++ b/man/user_caps.5
@@ -371,21 +371,20 @@ .SS "Extended Key Definitions"
 .PP
 .RS 5
 .TS
-tab(/) ;
 Lb Lb
-L  L .
-Code/Description
+Lb Lx.
+Code   Description
 _
-kDC/shifted kdch1 (delete character)
+kDC    shifted kdch1 (delete character)
 .\" kDC is a standard capability; see X/Open Curses Issue 7, p. 345.
-kDN/shifted kcud1 (cursor down)
-kEND/shifted kend (end)
-kHOM/shifted khome (home)
-kLFT/shifted kcub1 (cursor back)
-kNXT/shifted knext (next)
-kPRV/shifted kprev (previous)
-kRIT/shifted kcuf1 (cursor forward)
-kUP/shifted kcuu1 (cursor up)
+kDN    shifted kcud1 (cursor down)
+kEND   shifted kend (end)
+kHOM   shifted khome (home)
+kLFT   shifted kcub1 (cursor back)
+kNXT   shifted knext (next)
+kPRV   shifted kprev (previous)
+kRIT   shifted kcuf1 (cursor forward)
+kUP    shifted kcuu1 (cursor up)
 .TE
 .RE
 .PP
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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