[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 039/177] man/curs_get{, _w}ch.3x: Clarify behavior in raw mode.
From: |
G. Branden Robinson |
Subject: |
[PATCH 039/177] man/curs_get{, _w}ch.3x: Clarify behavior in raw mode. |
Date: |
Mon, 13 Jan 2025 11:20:39 -0600 |
---
man/curs_get_wch.3x | 2 +-
man/curs_getch.3x | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/curs_get_wch.3x b/man/curs_get_wch.3x
index 3142a0091..dd07123b1 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -103,7 +103,7 @@ .SS "Reading Characters"
otherwise,
.I curses
waits until the terminal has input.
-If \fB\%cbreak\fP(3X)
+If \fB\%cbreak\fP(3X) or \fB\%raw\fP(3X)
has been called,
this happens after one character is read.
If \fB\%nocbreak\fP(3X) or \fB\%noraw\fP(3X)
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 69a3f9a50..1e82658ec 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -103,7 +103,7 @@ .SS "Reading Characters"
otherwise,
.I curses
waits until the terminal has input.
-If \fB\%cbreak\fP(3X)
+If \fB\%cbreak\fP(3X) or \fB\%raw\fP(3X)
has been called,
this happens after one character is read.
If \fB\%nocbreak\fP(3X) or \fB\%noraw\fP(3X)
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 039/177] man/curs_get{, _w}ch.3x: Clarify behavior in raw mode.,
G. Branden Robinson <=