Merge pull request #4949 from commodo/python-lxml-update
[feed/packages.git] / utils / mc / Config.in
index 1445aa1a77ada279924b732be1a40fc5d34ce66d..b2c57941b187f2a9c20714ae98b45c2901c6c75e 100644 (file)
@@ -10,17 +10,17 @@ 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"
-       default n
+       default y
        help
            This option enables concurrent subshell support.
-           Disabled by default.
+           Enabled by default.
 
 config MC_LARGEFILE
        bool "Enable largefile support"
@@ -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"