1
1

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

Этот коммит содержится в:
Pavel Roskin 2001-08-16 01:38:33 +00:00
родитель ac504b9ba1
Коммит 3606db3079
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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>
* lib/mc.lib: Add popular sequences for "home" and "end" in

Просмотреть файл

@ -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
"terminal:general", each line of the section contains a key symbol
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.
.PP
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:
.PP
.nf
insert=\\E[Op
insert=\\e[Op
.fi
.PP
The