diff options
Diffstat (limited to 'debian/patches/0005-console_codes.4.patch')
-rw-r--r-- | debian/patches/0005-console_codes.4.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/patches/0005-console_codes.4.patch b/debian/patches/0005-console_codes.4.patch new file mode 100644 index 0000000..4e6afd0 --- /dev/null +++ b/debian/patches/0005-console_codes.4.patch @@ -0,0 +1,30 @@ +From: "Dr. Tobias Quathamer" <toddy@debian.org> +Date: Sat, 6 Feb 2016 01:22:07 +0100 +Subject: console_codes.4 + +--- + man4/console_codes.4 | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/man4/console_codes.4 b/man4/console_codes.4 +index e2ac4e8..e67a1f3 100644 +--- a/man4/console_codes.4 ++++ b/man4/console_codes.4 +@@ -14,6 +14,7 @@ + .\" Tiny correction, aeb, 961107. + .\" + .\" 2006-05-27, Several corrections - Thomas E. Dickey ++.\" Modified Thu Dec 13 23:23:41 2001 by Martin Schulze <joey@infodrom.org> + .\" + .TH console_codes 4 2023-02-05 "Linux man-pages 6.05.01" + .SH NAME +@@ -716,7 +717,9 @@ ESC m Memory unlock (per HP terminals). + ESC n LS2 Invoke the G2 character set. + ESC o LS3 Invoke the G3 character set. + ESC | LS3R Invoke the G3 character set as GR. ++ Has no visible effect in xterm. + ESC } LS2R Invoke the G2 character set as GR. ++ Has no visible effect in xterm. + ESC \[ti] LS1R Invoke the G1 character set as GR. + .TE + .PP |