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.14 by sf-exg, Wed Jan 6 12:10:44 2010 UTC vs.
Revision 1.15 by root, Tue Dec 7 17:51:27 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines