File: sample.xxdiffrc

package info (click to toggle)
xxdiff 1%3A5.1%2Bgit20250320%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,448 kB
  • sloc: cpp: 18,519; python: 6,143; ansic: 1,546; sh: 1,532; perl: 308; lex: 284; yacc: 279; lisp: 250; tcl: 213; makefile: 91
file content (62 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (10)
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