ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/optinc.h
Revision: 1.18
Committed: Sat Jul 3 04:04:13 2021 UTC (2 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30, HEAD
Changes since 1.17: +5 -3 lines
Log Message:
-dpb

File Contents

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