xref: /386bsd/usr/X386/lib/X11/app-defaults/Xedit (revision a2142627)
1*input:					TRUE
2
3*filename*preferredPaneSize:		525
4*editWindow*preferredPaneSize:		500
5
6*labelWindow*justify:			center
7*labelWindow*label:			no file yet
8
9*quit.label:				Quit
10*save.label:				Save
11*load.label:				Load
12
13*buttons*orientation:			horizontal
14*buttons*showGrip:			False
15
16*messageWindow*preferredPaneSize:	50
17*Paned*Text*allowResize:		True
18
19*messageWindow.autoFill:		True
20*messageWindow.scrollVertical:		WhenNeeded
21
22*editWindow.autoFill:			True
23*editWindow.scrollVertical:		WhenNeeded
24
25*bc_label*label:			Use Control-S and Control-R to Search.
26
27!
28! Keep CR in filename window from confusing the user.
29!
30
31*filename.translations: #override \
32				<Key>Return: end-of-line()
33*filename.baseTranslations: #override \
34				<Key>Return: end-of-line()
35