1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
#
# Sample .xxdiffrc file.
#
# $RCSfile$
#
#
# Full screen xxdiff:
#
#Geometry : Maximize
Geometry : 1200x900
#Geometry : 1200x900+0+0
#
# Keyboard customizations
#
Accel.Exit: "Alt+Q"
#
# Colors
#
#Color.Same.Back: "#ffff00"
#
# Commands
#
Command.DiffFiles3: "/usr/bin/diff3"
#Command.DiffFiles2: "diff -b -w"
#Command.DiffDirectories: "diff -b -w"
Command.Edit : "xterm -exec vi"
#
# Displayed stuff:
#
Show.LineNumbers : true
Show.Filenames: true
Show.Toolbar: false
Show.VerticalLine: true
VerticalLinePosition: 80
#
# Fonts
#
FontApp: "-*-screen-bold-i-normal--*-100-*-*-*-*-iso8859-1"
#
# Other options
#
HorizontalDiffs: true
FormatClipboardText: false
ClipboardFormat: "%L> %s"
ExitOnSame: false
DirDiffBuildSolelyFromOutput: false
|