* doc/mc.1.in (Terminal databases): Recommend using e, not E.

This commit is contained in:
Pavel Roskin 2001-08-16 01:38:33 +00:00
parent ac504b9ba1
commit 3606db3079
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-08-15 Pavel Roskin <proski@gnu.org>
* doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
2001-08-14 Pavel Roskin <proski@gnu.org> 2001-08-14 Pavel Roskin <proski@gnu.org>
* lib/mc.lib: Add popular sequences for "home" and "end" in * lib/mc.lib: Add popular sequences for "home" and "end" in

View File

@ -3054,7 +3054,7 @@ the Midnight Commander library directory) and in the ~/.mc/ini file
for the section "terminal:your-terminal-name" and then for the section for the section "terminal:your-terminal-name" and then for the section
"terminal:general", each line of the section contains a key symbol "terminal:general", each line of the section contains a key symbol
that you want to define, followed by an equal sign and the definition that you want to define, followed by an equal sign and the definition
for the key. You can use the special \\E form to represent the escape for the key. You can use the special \\e form to represent the escape
character and the ^x to represent the control-x character. character and the ^x to represent the control-x character.
.PP .PP
The possible key symbols are: The possible key symbols are:
@ -3079,7 +3079,7 @@ For example, to define the key insert to be the Escape + [ + O + p, you
set this in the ini file: set this in the ini file:
.PP .PP
.nf .nf
insert=\\E[Op insert=\\e[Op
.fi .fi
.PP .PP
The The