[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 05/30] man/curs_getch.3x: Attempt to clarify availability of KEY_
From: |
G. Branden Robinson |
Subject: |
[PATCH 05/30] man/curs_getch.3x: Attempt to clarify availability of KEY_RESIZE. |
Date: |
Sat, 8 Jun 2024 07:16:28 -0500 |
Asynchronicity can be tricky.
---
man/curs_getch.3x | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index f7e392d1b..10a304663 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -409,11 +409,13 @@ .SS "Predefined Key Codes"
returns
.BR \%KEY_RESIZE ","
even if the window's keypad mode is disabled,
-when
+if
.I \%ncurses
-handles a
+has handled a
.B \%SIGWINCH
-signal;
+signal since
+.B \%wgetch
+was called;
see \fB\%initscr\fP(3X) and \fB\%resizeterm\fP(3X).
.bP
.B \%wgetch
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 05/30] man/curs_getch.3x: Attempt to clarify availability of KEY_RESIZE.,
G. Branden Robinson <=