mirror of https://github.com/MidnightCommander/mc
* lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
This commit is contained in:
parent
78940c0e53
commit
18831a11b0
|
@ -1,3 +1,7 @@
|
|||
2001-08-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
|
||||
|
||||
2001-08-17 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* syntax/po.syntax: New file - PO file highlighting.
|
||||
|
|
|
@ -80,6 +80,7 @@ kpplus=\eOk
|
|||
kpminus=\eOm
|
||||
kpasterix=\eOj
|
||||
delete=\e[3~
|
||||
bs=
|
||||
home=\e[1~
|
||||
home=\e[7~
|
||||
end=\e[4~
|
||||
|
@ -111,6 +112,7 @@ kpplus=\eOk
|
|||
kpminus=\eOm
|
||||
kpasterix=\eOj
|
||||
delete=\e[3~
|
||||
bs=
|
||||
home=\e[1~
|
||||
home=\e[7~
|
||||
end=\e[4~
|
||||
|
|
Loading…
Reference in New Issue