1MCVIEW(1) GNU Midnight Commander MCVIEW(1)
2
3
4
6 mcview - Internal file viewer of GNU Midnight Commander.
7
9 mcview [-bcCdfhstVx?] file
10
12 mcview is a link to mc, the main GNU Midnight Commander executable.
13 Executing GNU Midnight Commander under this name requests staring the
14 internal viewer and opening the file specified on the command line.
15
17 -b Force black and white display.
18
19 -c Force color mode on terminals where mcview defaults to black and
20 white.
21
22 -C <keyword>=<FGcolor>,<BGcolor>:<keyword>= ...
23 Specify a different color set. See the Colors section in mc(1)
24 for more information.
25
26 -d Disable mouse support.
27
28 -f Display the compiled-in search paths for Midnight Commander
29 files.
30
31 -t Used only if the code was compiled with S-Lang and terminfo: it
32 makes the Midnight Commander use the value of the TERMCAP vari‐
33 able for the terminal information instead of the information on
34 the system wide terminal database
35
36 -V Displays the version of the program.
37
38 -x Forces xterm mode. Used when running on xterm-capable terminals
39 (two screen modes, and able to send mouse escape sequences).
40
42 The default colors may be changed by appending to the MC_COLOR_TABLE
43 environment variable. Foreground and background colors pairs may be
44 specified for example with:
45
46 MC_COLOR_TABLE="$MC_COLOR_TABLE:\
47 normal=lightgray,black:\
48 selected=black,green"
49
51 /usr/share/mc/mc.hlp
52
53 The help file for the program.
54
55 /usr/share/mc/mc.ini
56
57 The default system-wide setup for GNU Midnight Commander, used
58 only if the user's own ~/.mc/ini file is missing.
59
60 /usr/share/mc/mc.lib
61
62 Global settings for the Midnight Commander. Settings in this
63 file affect all users, whether they have ~/.mc/ini or not.
64
65 $HOME/.mc/ini
66
67 User's own setup. If this file is present, the setup is loaded
68 from here instead of the system-wide startup file.
69
71 This program is distributed under the terms of the GNU General Public
72 License as published by the Free Software Foundation. See the built-in
73 help of the Midnight Commander for details on the License and the lack
74 of warranty.
75
77 The latest version of this program can be found at
78 ftp://ftp.gnu.org/gnu/mc/.
79
81 mc(1), mcedit(1)
82
84 Bugs should be reported to mc-devel@gnome.org
85
86
87
88MC Version 4.7.0-pre1 August 2009 MCVIEW(1)