diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:13 +0000 |
commit | b53c174e5d2eba47d82b05cb5787b183a0aadf84 (patch) | |
tree | d11ab04473fd36be6989c8a494a245fce8a80cbb /debian/README.Debian | |
parent | Adding upstream version 3:4.8.29. (diff) | |
download | mc-b53c174e5d2eba47d82b05cb5787b183a0aadf84.tar.xz mc-b53c174e5d2eba47d82b05cb5787b183a0aadf84.zip |
Adding debian version 3:4.8.29-2.debian/3%4.8.29-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..8663a46 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,35 @@ +mc for Debian +------------- + + New 256-color skins require 256 color mode support in terminal which + can be enabled by setting "TERM=xterm-256color" + + New skins may have problems with rendering double-line frames + in some terminal applications, presumably due to font settings. + In such case you may use '-thin' variant of skin with single-line + frame or reconfigure terminal settings. + + -- Dmitry Smirnov <onlyjob@member.fsf.org> Thu, 16 Mar 2012 13:32:44 +1100 + + + - In order to get rid of the commandline history to be full with cd commands + from the both boxes set this environment variable: + + export HISTCONTROL=ignoreboth + + This is a issue with bash, not mc. This would fix it. + + - In newer mc versions ( >=4.6.2~pre1-1 ) the behaviour of M-o changed. + The old behaviour can now be found on the M-i key. + + - mc now supports user-defined colors. For a short documentation have a look + here: + + http://www.midnight-commander.org/wiki/doc/common/skins + + -- Patrick Winnertz <winnie@debian.org> on Tue, 05 Mar 2008 11:08:27 +0100 + + Amendments by + + -- Yury V. Zaytsev <yury@shurup.com> on Tue 29 Dec 2009 16:32:18 CET + |