summaryrefslogtreecommitdiffstats
path: root/debian/skins/modarin-1.2.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:22:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:22:04 +0000
commit91bb3b7bce2297f022a7d48604b1d8e3b9c54a8a (patch)
tree4633b3b9fc6b0a65333f51545214f29a3d0fd1b0 /debian/skins/modarin-1.2.txt
parentAdding upstream version 3:4.8.30. (diff)
downloadmc-91bb3b7bce2297f022a7d48604b1d8e3b9c54a8a.tar.xz
mc-91bb3b7bce2297f022a7d48604b1d8e3b9c54a8a.zip
Adding debian version 3:4.8.30-1.debian/3%4.8.30-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/skins/modarin-1.2.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/skins/modarin-1.2.txt b/debian/skins/modarin-1.2.txt
new file mode 100644
index 0000000..1ce0d73
--- /dev/null
+++ b/debian/skins/modarin-1.2.txt
@@ -0,0 +1,32 @@
+Last-Update: 2012-03-12
+Author: Dmitry Smirnov <onlyjob@member.fsf.org>
+From: Oliver Lange <modarin@bloody.in-berlin.de>
+Bug-MC: https://www.midnight-commander.org/ticket/2737
+Forwarded: not-needed
+Description: add 8 beautiful 256 color skins "modarin-1.2"
+ With most of the common desktop terminals, enabling 256-color mode is easily
+ done just by setting $TERM to "xterm-256color". Ubuntu users: make sure that
+ the ncurses-term package is installed.
+ .
+ Hint: if you decide to use a 256-color skin as default skin in your mc ini,
+ note that if mc is started in a 16-color terminal, mc will pop up a warning
+ saying that 256 color skins can't be used and that mc will switch to the
+ "default" skin. To get a skin of your choice loaded instead of mc's default
+ skin, you might consider the following solution:
+ .
+ Create an alias for mc in your ~/.bashrc, like:
+ if [ $TERM = "linux" ]; then
+ if [ $USER = "root" ]; then
+ myMCFallbackSkin="modarcon16root-defbg"
+ else
+ myMCFallbackSkin="modarcon16-defbg"
+ fi
+ alias mc="mc --skin $myMCFallbackSkin"
+ alias mcedit="mcedit --skin $myMCFallbackSkin"
+ alias mcview="mcview --skin $myMCFallbackSkin"
+ alias mcdiff="mcdiff --skin $myMCFallbackSkin"
+ fi
+ Linux users: to use 256-color skins in the linux console, run fbterm,
+ set $TERM to "fbterm" and then run mc within fbterm.
+ You need to specify a gfx mode in your bootloader for the kernel to use a
+ framebuffer console instead of the default text mode.