mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mc: update to 4.8.15
bump version to 4.8.15 fix charset / utf-8 support fix different warnings during startup merge all configuration files in /etc/mc enable internal editor & charset support by default Signed-off-by: Dirk Brenken <dirk@brenken.org>
This commit is contained in:
+4
-5
@@ -10,10 +10,10 @@ config MC_DIFFVIEWER
|
||||
|
||||
config MC_EDITOR
|
||||
bool "Enable internal editor"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
This option enables the built-in file editor.
|
||||
Disabled by default.
|
||||
Enabled by default.
|
||||
|
||||
config MC_SUBSHELL
|
||||
bool "Enable concurrent subshell"
|
||||
@@ -41,12 +41,11 @@ config MC_BACKGROUND
|
||||
|
||||
config MC_CHARSET
|
||||
bool "Enable charset support"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
This option adds support for selecting character set of the text in
|
||||
the internal viewer and editor and converting it on the fly.
|
||||
The implementation is currently incomplete.
|
||||
Disabled by default.
|
||||
Enabled by default.
|
||||
|
||||
config MC_VFS
|
||||
bool "Enable virtual filesystem support"
|
||||
|
||||
Reference in New Issue
Block a user