bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 03/30] man/curs_get{,_w}ch.3x: Tell programmer how to determine t


From: G. Branden Robinson
Subject: [PATCH 03/30] man/curs_get{,_w}ch.3x: Tell programmer how to determine the erase character.
Date: Sat, 8 Jun 2024 07:16:11 -0500

man/man_db.renames.in: Add renames for erasechar and erasewchar(3X).
---
 man/curs_get_wch.3x   | 3 ++-
 man/curs_getch.3x     | 3 ++-
 man/man_db.renames.in | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/man/curs_get_wch.3x b/man/curs_get_wch.3x
index f56158e8c..db7485cb8 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -129,7 +129,8 @@ .SS "Reading Characters"
 per the following rules.
 .bP
 If the wide character
-matches the terminal's erase character,
+matches the terminal's erase character
+(see \fB\%erasewchar\fP(3X)),
 the cursor moves leftward one position
 and the new position is erased
 as if \fB\%wmove\fP(3X) and then \fB\%wdelch\fP(3X) were called.
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 29b5f903d..c983b92be 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -130,7 +130,8 @@ .SS "Reading Characters"
 .bP
 If
 .I c
-matches the terminal's erase character,
+matches the terminal's erase character
+(see \fB\%erasechar\fP(3X)),
 the cursor moves leftward one position
 and the new position is erased
 as if \fB\%wmove\fP(3X) and then \fB\%wdelch\fP(3X) were called.
diff --git a/man/man_db.renames.in b/man/man_db.renames.in
index 772e75b0b..570a99feb 100644
--- a/man/man_db.renames.in
+++ b/man/man_db.renames.in
@@ -195,6 +195,8 @@ derwin.3x                   derwin.3ncurses
 doupdate.3x                    doupdate.3ncurses
 echo.3x                                echo.3ncurses
 endwin.3x                      endwin.3ncurses
+erasechar.3x                   erasechar.3ncurses
+erasewchar.3x                  erasewchar.3ncurses
 extended_slk_color.3x          extended_slk_color.3ncurses
 filter.3x                      filter.3ncurses
 flushinp.3x                    flushinp.3ncurses
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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