ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/optinc.h
Revision: 1.1
Committed: Sat Jan 7 23:18:56 2006 UTC (18 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-7_0
Log Message:
*** empty log message ***

File Contents

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