ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/optinc.h
Revision: 1.4
Committed: Sat Feb 17 20:36:36 2007 UTC (17 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-8_2
Changes since 1.3: +1 -1 lines
Log Message:
8.2

File Contents

# Content
1 // all resource indices, used by rxvtlib.h and rxvtperl.xs
2
3 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 def(override_redirect, 27)
36 def(skipBuiltinGlyphs, 28) // do not use internal glyphs
37 #else
38 nodef(insecure)
39 nodef(borderLess)
40 nodef(hold)
41 nodef(override_redirect)
42 nodef(skipBuiltinGlyphs)
43 #endif
44 #if ENABLE_STYLES
45 def(intensityStyles, 29) // font styles imply intensity
46 #else
47 nodef(intensityStyles)
48 #endif
49