Slava Zanko
49805a3e23
Ticket #3051 : Prepare for release mc-4.8.11
...
From ticket #3044 : mc.lib typo: linenog
mc.lib has a typo. "less=%filename +%linenog" instead of "+%lineno"
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2013-11-25 13:47:39 +04:00
Sergey Naumov
1f05e56b5c
Ticket #2978 : fix for Home, End, Shift+Fn problems under screen/tmux.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2013-10-03 15:45:16 +04:00
Slava Zanko
7fd906ba13
Add default options for most popular editors/viewers.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2013-02-16 17:40:37 +03:00
Ilia Maslakov
7a4a7576b8
modified mc.lib, added alt-shift-arrows
...
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2012-02-09 13:44:32 +04:00
Patrick Winnertz
c080a3e2a5
Add a xterm-256color entry to mc.lib
...
Signed-off-by: Patrick Winnertz <winnie@debian.org>
2009-08-19 19:38:44 +02:00
Slava Zanko
43c99a14da
Add definitions of Shift+F3 and Shift+F4 keys into misc/mc.lib file
...
On some terminals (such as gnome-terminal and xterm) Shift+F[x] keys doesn't work. This patch will fix it.
Also, made some cleanups in 'xterm-color' section.
2009-06-01 17:53:48 +03:00
Slava Zanko
7238c35889
Fix invalid declarations of ESC-sequenses in mc.lib file
2009-06-01 11:07:21 +03:00
Slava Zanko
a462a4b3ee
Fixed saved panel state and fixed reading key definitions from config-file
...
misc/mc.lib: added escaping of all backslashes
src/mcconfig/common.c: removed forgotten debug code
src/setup.c: fixed non-saving of panels state
2009-06-01 11:06:03 +03:00
Slava Zanko
1aad5105cb
misc/mc.lib: changes in hotkeys definitions.
...
Now multiple definitions separate by ';' sign for one hotkey
2009-06-01 11:01:16 +03:00
Slava Zanko
0a1b6bfbb2
Reworked "Special dirs"->"list" parameter handle code
...
misc/mc.lib: changed ',' to ';'
src/treestore.c: use mc_config_get_string_list() function instread of strtok() function
2009-06-01 10:55:35 +03:00
Slava Zanko
acc64ecd68
Fixed saved panel state and fixed reading key definitions from config-file
...
misc/mc.lib: added escaping of all backslashes
src/mcconfig/common.c: removed forgotten debug code
src/setup.c: fixed non-saving of panels state
2009-06-01 10:55:35 +03:00
Slava Zanko
5edb3a645e
misc/mc.lib: changes in hotkeys definitions.
...
Now multiple definitions separate by ';' sign for one hotkey
2009-06-01 10:55:07 +03:00
Slava Zanko
f49ce170f0
Move some files from contrib into misc directory
...
Also fix error with make install action
2009-05-08 16:56:02 +03:00