ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/optinc.h
Revision: 1.5
Committed: Wed May 2 23:06:32 2007 UTC (17 years ago) by ayin
Content type: text/plain
Branch: MAIN
Changes since 1.4: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.3 // all resource indices, used by rxvtlib.h and rxvtperl.xs
2    
3 root 1.1 def(console, 0)
4     def(loginShell, 1)
5     def(iconic, 2)
6     def(visualBell, 3)
7     def(mapAlert, 4)
8     def(reverseVideo, 5)
9     def(utmpInhibit, 6)
10     def(scrollBar, 7)
11     def(scrollBar_right, 8)
12     def(scrollBar_floating, 9)
13     def(meta8, 10)
14     def(scrollTtyOutput, 11)
15     def(scrollTtyKeypress, 12)
16     def(transparent, 13)
17     def(tripleclickwords, 14)
18     def(scrollWithBuffer, 15)
19     def(jumpScroll, 16)
20     def(mouseWheelScrollPage, 17)
21     #if POINTER_BLANK
22     def(pointerBlank, 18)
23     #else
24     nodef(pointerBlank)
25     #endif
26     def(cursorBlink, 19)
27     def(secondaryScreen, 20)
28     def(secondaryScroll, 21)
29     def(pastableTabs, 22)
30     def(cursorUnderline, 23)
31     #if ENABLE_FRILLS
32     def(insecure, 24) // insecure esc sequences
33     def(borderLess, 25) // mwm borderless hints
34     def(hold, 26) // hold window open after exit
35 root 1.2 def(override_redirect, 27)
36     def(skipBuiltinGlyphs, 28) // do not use internal glyphs
37 ayin 1.5 def(urgentOnBell, 30)
38 root 1.1 #else
39     nodef(insecure)
40     nodef(borderLess)
41     nodef(hold)
42 root 1.4 nodef(override_redirect)
43 root 1.1 nodef(skipBuiltinGlyphs)
44 ayin 1.5 nodef(urgentOnBell)
45 root 1.1 #endif
46     #if ENABLE_STYLES
47 root 1.2 def(intensityStyles, 29) // font styles imply intensity
48 root 1.1 #else
49     nodef(intensityStyles)
50     #endif
51