ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/src/optinc.h
Revision: 1.17
Committed: Sat Aug 16 10:51:23 2014 UTC (9 years, 10 months ago) by sf-exg
Content type: text/plain
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_26, rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_22, rxvt-unicode-rel-9_21
Changes since 1.16: +1 -0 lines
Log Message:
Add -mc option and multiClickTime resource, patch by Joe Peterson.

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(tripleclickwords)
18     def(scrollWithBuffer)
19     def(jumpScroll)
20     def(skipScroll)
21     def(mouseWheelScrollPage)
22 root 1.1 #if POINTER_BLANK
23 root 1.15 def(pointerBlank)
24 root 1.1 #else
25     nodef(pointerBlank)
26     #endif
27 root 1.15 def(cursorBlink)
28     def(secondaryScreen)
29     def(secondaryScroll)
30     def(pastableTabs)
31     def(cursorUnderline)
32 root 1.1 #if ENABLE_FRILLS
33 root 1.15 def(insecure) // insecure esc sequences
34     def(borderLess) // mwm borderless hints
35     def(hold) // hold window open after exit
36     def(override_redirect)
37     def(urgentOnBell)
38 root 1.1 #else
39     nodef(insecure)
40     nodef(borderLess)
41     nodef(hold)
42 root 1.4 nodef(override_redirect)
43 ayin 1.9 nodef(urgentOnBell)
44     #endif
45     #ifdef BUILTIN_GLYPHS
46 root 1.15 def(skipBuiltinGlyphs) // do not use internal glyphs
47 ayin 1.9 #else
48 root 1.1 nodef(skipBuiltinGlyphs)
49     #endif
50     #if ENABLE_STYLES
51 root 1.15 def(intensityStyles) // font styles imply intensity
52 root 1.1 #else
53     nodef(intensityStyles)
54     #endif
55 ayin 1.6 #if ISO_14755
56 root 1.15 def(iso14755)
57     def(iso14755_52)
58 ayin 1.6 #else
59 sf-exg 1.14 nodef(iso14755)
60 ayin 1.6 nodef(iso14755_52)
61     #endif
62 root 1.15 def(console)
63 ayin 1.12 #if XFT
64 root 1.15 def(buffered)
65 ayin 1.13 #else
66     nodef(buffered)
67 ayin 1.12 #endif
68 mikachu 1.16 def(dockapp)
69 root 1.1