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