mc/src
Oswald Buddenhagen 8857423e4e Ticket #4128: improve handling of compressed content in mc.ext.
call 'file' with -z switch to enable getting the type of compressed files,
and use that capability extensively.

the /logs?/ hacks in ext.d/text.sh need to remain for the time being, as
file -z doesn't handle .lz4 files as encapsulated content.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2020-10-12 08:36:09 +03:00
..
consaver Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
diffviewer (dview_handle_key): refactoring. 2020-05-17 18:48:19 +03:00
editor Ticket #4085: mcedit: regex replace: assertion 'string != NULL' failed. 2020-05-17 18:49:05 +03:00
filemanager Ticket #4128: improve handling of compressed content in mc.ext. 2020-10-12 08:36:09 +03:00
man2hlp man2hlp: limited support of \fR, \fB, \fI, and \fP troff commands. 2020-05-17 18:48:18 +03:00
subshell Disable subshell cursor position translation for bash v5+. 2020-10-12 08:23:03 +03:00
vfs Ticket #4091: RPM VFS improvements. 2020-06-21 20:08:19 +03:00
viewer Make keybind map a member of Widget. 2020-03-08 20:17:32 +03:00
.gitignore Fix .gitignore 2019-09-01 20:13:27 +03:00
args.c Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
args.h Ticket #3805: fix --help option to show correct syntax for editor, viewer and mcdiff 2017-04-15 09:49:29 +03:00
background.c Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
background.h Remove unneeded struct keyword for typedef'd structs 2016-03-04 09:23:38 +03:00
clipboard.c Rename macros with editor-related file locations. 2020-05-17 18:48:19 +03:00
clipboard.h Use events for operate with clipboard (copy/paste to external clipboard, save/load to file) 2011-03-21 23:55:52 +02:00
cons.handler.c Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
events_init.c Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
events_init.h Prepare to initialize application events. 2011-03-21 11:46:41 +02:00
execute.c Ticket #4114: implement persistent command line buffer for subshell. 2020-09-27 19:46:12 +03:00
execute.h (toggle_panels): join with view_other_cmd and rename to toggle_subshell. 2019-09-01 19:41:12 +03:00
file_history.c Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
file_history.h Refactoring of show file history in the file manager. 2019-08-10 09:45:27 +03:00
help.c (help_handle_key): refactoring. 2020-05-17 18:48:19 +03:00
help.h Typo fixes. 2013-07-23 14:15:24 +04:00
history.h fixed doxygen documentation 2012-09-10 14:29:53 +03:00
keybind-defaults.c Ticket #4107: bind ctrl-i to the ChangePanel action. 2020-08-15 11:45:46 +03:00
keybind-defaults.h Ticket #212: implement keybindings for radiobuttons. 2020-05-17 18:48:18 +03:00
learn.c Move widget add/del API from WDialog to WGroup. 2020-03-08 20:11:55 +03:00
learn.h Code indentation in src directory 2010-11-24 10:27:47 +03:00
main.c Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
Makefile.am Refactoring of show file history in the file manager. 2019-08-10 09:45:27 +03:00
selcodepage.c Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
selcodepage.h Cleanup of main.[ch]. 2010-11-24 10:51:31 +03:00
setup.c Ticket #4120: draw shadows for dialog boxes and menus. 2020-08-02 16:13:26 +03:00
setup.h Ticket #3913: implement safe file overwrite. 2018-04-25 11:36:10 +03:00
textconf.c Rename macro MC_SKINS_SUBDIR to MC_SKINS_DIR. 2020-05-17 18:48:19 +03:00
textconf.h Added --configure-options for easy update & reconfigure existing mc. 2011-03-29 12:37:55 +03:00
usermenu.c Rename macros with editor-related file locations. 2020-05-17 18:48:19 +03:00
usermenu.h Ticket #3861: fix %f macro in mcedit user menu. 2017-10-28 18:46:08 +03:00
util.c Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
util.h (check_for_default): minor optimization and change return value. 2012-04-22 11:25:11 +03:00