[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 13/43] man/curs_getch.3x: Document availablity of more PC numeric
From: |
G. Branden Robinson |
Subject: |
[PATCH 13/43] man/curs_getch.3x: Document availablity of more PC numeric keypad keys. |
Date: |
Mon, 9 Sep 2024 09:15:06 -0500 |
A curses application can expect to receive key strokes from a PC/AT
keyboard's numeric keypad keys not engraved with arrow keys even when
"NumLock" is not on.
---
man/curs_getch.3x | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 65351bb40..0abb9c7f8 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -594,6 +594,11 @@ .SH NOTES
(Insert),
.B \%KEY_DC
(Delete),
+.BR \%KEY_A1 ","
+.BR \%KEY_A3 ","
+.BR \%KEY_B2 ","
+.BR \%KEY_C1 ","
+.BR \%KEY_C3 ","
and
.BI \%KEY_F( n )
for 1 \(<=
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 13/43] man/curs_getch.3x: Document availablity of more PC numeric keypad keys.,
G. Branden Robinson <=