ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/optinc.h
Revision: 1.3
Committed: Wed Feb 1 18:07:18 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-7_6, rel-7_8, rel-7_9, rel-7_7, rel-8_1, rel-8_0
Changes since 1.2: +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 root 1.1 #else
38     nodef(insecure)
39     nodef(borderLess)
40     nodef(hold)
41     nodef(skipBuiltinGlyphs)
42 root 1.2 nodef(override_redirect)
43 root 1.1 #endif
44     #if ENABLE_STYLES
45 root 1.2 def(intensityStyles, 29) // font styles imply intensity
46 root 1.1 #else
47     nodef(intensityStyles)
48     #endif
49