[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 11/17] man/tset.1: Use page-local string to access U+005E.
From: |
G. Branden Robinson |
Subject: |
[PATCH 11/17] man/tset.1: Use page-local string to access U+005E. |
Date: |
Fri, 13 Oct 2023 18:41:01 -0500 |
Continues
<https://lists.gnu.org/archive/html/bug-ncurses/2023-10/msg00032.html>.
---
man/tset.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/tset.1 b/man/tset.1
index 85d21880..41105d83 100644
--- a/man/tset.1
+++ b/man/tset.1
@@ -297,7 +297,7 @@ .SH TERMINAL TYPE MAPPING
.SH HISTORY
A \fBreset\fP command appeared in 1BSD (March 1978), written by Kurt Shoens.
This program set the \fIerase\fP and \fIkill\fP characters
-to \fB^H\fP (backspace) and \fB@\fP respectively.
+to \fB\*^H\fP (backspace) and \fB@\fP respectively.
Mark Horton improved that in 3BSD (October 1979), adding
\fIintr\fP, \fIquit\fP, \fIstart\fP/\fIstop\fP and \fIeof\fP characters
as well as changing the program to avoid modifying any user settings.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 11/17] man/tset.1: Use page-local string to access U+005E.,
G. Branden Robinson <=