mirror of https://github.com/MidnightCommander/mc
added patch by angel_il on #219
This commit is contained in:
parent
48a85a7b97
commit
dd6f2d7362
|
@ -1,3 +1,7 @@
|
|||
2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
|
||||
|
||||
* lib/mc.lib: added patch on #219 by angel_il
|
||||
|
||||
2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>
|
||||
|
||||
* src/util.c: fixed name_trunc() on NULL or empty parameters
|
||||
|
|
|
@ -107,6 +107,10 @@ f18=\e[19;2~
|
|||
f19=\e[20;2~
|
||||
f20=\e[21;2~
|
||||
|
||||
# Sequences below are for gnome-terminal, which also sets TERM=xterm
|
||||
f11=\eO1;2P
|
||||
f12=\eO1;2Q
|
||||
|
||||
# Arrows for both keypad modes (application and normal).
|
||||
up=\e[A
|
||||
up=\eOA
|
||||
|
|
Loading…
Reference in New Issue