bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 032/177] man/curs_get{,_w}ch.3x: Revise terminology.


From: G. Branden Robinson
Subject: [PATCH 032/177] man/curs_get{,_w}ch.3x: Revise terminology.
Date: Mon, 13 Jan 2025 11:19:29 -0600

Say "screen" instead of "terminal", since these are higher-level curses
functions, not lower-level terminfo ones.
---
 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 1429f09d0..142dd86ad 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -168,7 +168,7 @@ .SS "Ungetting Characters"
 .I wc
 into the input queue to be retrieved by the next call to
 .BR \%wget_wch "."
-A single input queue serves all windows associated with the terminal.
+A single input queue serves all windows associated with the screen.
 .SH RETURN VALUE
 .B \%wget_wch
 returns
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 00124b9bf..4f6c2e0a6 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -258,7 +258,7 @@ .SS "Ungetting Characters"
 .I c
 into the input queue to be returned by the next call to
 .BR \%wgetch "."
-A single input queue serves all windows associated with the terminal.
+A single input queue serves all windows associated with the screen.
 .SS "Predefined Key Codes"
 The header file
 .I \%curses.h
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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