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>,<attributes>:<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 Midnight Commander use the value of the TERMCAP variable
33 for the terminal information instead of the information on the
34 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/help/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 ~/.config/mc/ini file is missing.
59
60 /usr/share/mc/mc.lib
61
62 Global settings for Midnight Commander. Settings in this file
63 affect all users, whether they have ~/.config/mc/ini or not.
64
65 ~/.config/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 Midnight Commander for details on the License and the lack of
74 warranty.
75
77 The latest version of this program can be found at http://ftp.mid‐
78 night-commander.org/.
79
81 mc(1), mcedit(1)
82
84 Bugs should be reported to http://www.midnight-commander.org/.
85
86
87
88MC Version unknown January 2021 MCVIEW(1)