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.5 by ayin, Wed May 2 23:06:32 2007 UTC vs.
Revision 1.17 by sf-exg, Sat Aug 16 10:51:23 2014 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines