diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-05 17:52:37 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-05 17:52:37 +0000 |
commit | f8a07a215402da181c4c29c48e034e40f826cd1f (patch) | |
tree | 2cfa720b210306738043188a7584196cfd9556f4 /man4/console_codes.4 | |
parent | 26868e5b2676c542ba69abc5d255d67ba2a977fe (diff) |
s/'/\\'/ to improve rendering in UTF-8.
Diffstat (limited to 'man4/console_codes.4')
-rw-r--r-- | man4/console_codes.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 386b6fd5..631fc3dc 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -306,8 +306,8 @@ where \fIx,y\fP is the cursor location. .\" These are not described in ECMA-48. We list the Set Mode sequences; -the Reset Mode sequences are obtained by replacing the final 'h' -by 'l'. +the Reset Mode sequences are obtained by replacing the final \'h\' +by \'l\'. .TP ESC [ ? 1 h DECCKM (default off): When set, the cursor keys send an ESC O prefix, @@ -418,7 +418,7 @@ daemon. The mouse tracking escape sequences generated by \fIxterm\fP encode numeric parameters in a single character as \fIvalue\fP+040. -For example, '!' is 1. +For example, \'!\' is 1. The screen coordinate system is 1-based. .PP The X10 compatibility mode sends an escape sequence on button press |