ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/optinc.h
(Generate patch)

Comparing rxvt-unicode/src/optinc.h (file contents):
Revision 1.2 by root, Wed Jan 18 19:43:51 2006 UTC vs.
Revision 1.18 by root, Sat Jul 3 04:04:13 2021 UTC

1 def(console, 0) 1// all resource indices, used by rxvt.h and rxvtperl.xs
2 def(loginShell, 1) 2
3 def(iconic, 2) 3 def(loginShell)
4 def(visualBell, 3) 4 def(multiClickTime)
5 def(mapAlert, 4) 5 def(iconic)
6 def(visualBell)
7 def(mapAlert)
6 def(reverseVideo, 5) 8 def(reverseVideo)
7 def(utmpInhibit, 6) 9 def(utmpInhibit)
8 def(scrollBar, 7) 10 def(scrollBar)
9 def(scrollBar_right, 8) 11 def(scrollBar_right)
10 def(scrollBar_floating, 9) 12 def(scrollBar_floating)
11 def(meta8, 10) 13 def(meta8)
12 def(scrollTtyOutput, 11) 14 def(scrollTtyOutput)
13 def(scrollTtyKeypress, 12) 15 def(scrollTtyKeypress)
14 def(transparent, 13) 16 def(transparent)
15 def(tripleclickwords, 14)
16 def(scrollWithBuffer, 15) 17 def(scrollWithBuffer)
17 def(jumpScroll, 16) 18 def(jumpScroll)
19 def(skipScroll)
18 def(mouseWheelScrollPage, 17) 20 def(mouseWheelScrollPage)
19#if POINTER_BLANK 21#if POINTER_BLANK
20 def(pointerBlank, 18) 22 def(pointerBlank)
21#else 23#else
22 nodef(pointerBlank) 24 nodef(pointerBlank)
23#endif 25#endif
24 def(cursorBlink, 19) 26 def(cursorBlink)
25 def(secondaryScreen, 20) 27 def(secondaryScreen)
26 def(secondaryScroll, 21) 28 def(secondaryScroll)
27 def(pastableTabs, 22) 29 def(pastableTabs)
28 def(cursorUnderline, 23) 30 def(cursorUnderline)
29#if ENABLE_FRILLS 31#if ENABLE_FRILLS
30 def(insecure, 24) // insecure esc sequences 32 def(tripleclickwords)
33 def(disablePasteBrackets)
31 def(borderLess, 25) // mwm borderless hints 34 def(borderLess) // mwm borderless hints
35#endif
36#if ENABLE_FRILLS
37 def(insecure) // insecure esc sequences
32 def(hold, 26) // hold window open after exit 38 def(hold) // hold window open after exit
33 def(override_redirect, 27) 39 def(override_redirect)
34 def(skipBuiltinGlyphs, 28) // do not use internal glyphs 40 def(urgentOnBell)
35#else 41#else
36 nodef(insecure) 42 nodef(insecure)
37 nodef(borderLess)
38 nodef(hold) 43 nodef(hold)
44 nodef(override_redirect)
45 nodef(urgentOnBell)
46#endif
47#ifdef BUILTIN_GLYPHS
48 def(skipBuiltinGlyphs) // do not use internal glyphs
49#else
39 nodef(skipBuiltinGlyphs) 50 nodef(skipBuiltinGlyphs)
40 nodef(override_redirect)
41#endif 51#endif
42#if ENABLE_STYLES 52#if ENABLE_STYLES
43 def(intensityStyles, 29) // font styles imply intensity 53 def(intensityStyles) // font styles imply intensity
44#else 54#else
45 nodef(intensityStyles) 55 nodef(intensityStyles)
46#endif 56#endif
57#if ISO_14755
58 def(iso14755)
59 def(iso14755_52)
60#else
61 nodef(iso14755)
62 nodef(iso14755_52)
63#endif
64 def(console)
65#if XFT
66 def(buffered)
67#else
68 nodef(buffered)
69#endif
70 def(dockapp)
47 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines