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

File Contents

# User Rev Content
1 root 1.12 // all resource indices, used by rxvt.h and rxvtperl.xs
2 root 1.1
3 root 1.4 def (display_name)
4     def (term_name)
5     def (iconName)
6     def (geometry)
7     def (reverseVideo)
8 root 1.26 def (chdir)
9 root 1.4 def (color)
10 root 1.13 reserve (color, TOTAL_COLORS)
11 root 1.4 def (font)
12 root 1.1 #if ENABLE_STYLES
13 root 1.4 def (boldFont)
14     def (italicFont)
15     def (boldItalicFont)
16     def (intensityStyles)
17 root 1.1 #endif
18 root 1.4 def (name)
19     def (title)
20 root 1.33 #if BG_IMAGE_FROM_FILE
21 root 1.4 def (path)
22     def (backgroundPixmap)
23 root 1.1 #endif
24 root 1.4 def (loginShell)
25 sf-exg 1.36 def (multiClickTime)
26 root 1.4 def (jumpScroll)
27 root 1.18 def (skipScroll)
28 root 1.4 def (scrollBar)
29     def (scrollBar_right)
30     def (scrollBar_floating)
31     def (scrollBar_align)
32     def (scrollstyle)
33     def (scrollBar_thickness)
34     def (scrollTtyOutput)
35     def (scrollTtyKeypress)
36     def (scrollWithBuffer)
37     def (saveLines)
38     def (utmpInhibit)
39     def (visualBell)
40 root 1.1 #if ! defined(NO_MAPALERT) && defined(MAPALERT_OPTION)
41 root 1.4 def (mapAlert)
42 root 1.1 #endif
43     #ifdef META8_OPTION
44 root 1.4 def (meta8)
45 root 1.1 #endif
46     #ifdef MOUSE_WHEEL
47 root 1.4 def (mouseWheelScrollPage)
48 root 1.1 #endif
49     #ifndef NO_BACKSPACE_KEY
50 root 1.4 def (backspace_key)
51 root 1.1 #endif
52     #ifndef NO_DELETE_KEY
53 root 1.4 def (delete_key)
54 root 1.1 #endif
55     #ifdef PRINTPIPE
56 root 1.4 def (print_pipe)
57 root 1.1 #endif
58 root 1.33 #if USE_XIM
59 root 1.4 def (preeditType)
60     def (inputMethod)
61 root 1.1 #endif
62 sf-exg 1.35 #if BG_IMAGE_FROM_ROOT
63 root 1.4 def (transparent)
64 ayin 1.20 def (shade)
65 sf-exg 1.31 def (blurradius)
66 root 1.1 #endif
67 root 1.11 #if XFT
68 ayin 1.24 def (buffered)
69 root 1.11 #endif
70 root 1.1 #if ENABLE_FRILLS
71 root 1.34 def (depth)
72     def (visual)
73 root 1.7 def (transient_for)
74 root 1.9 def (override_redirect)
75 root 1.4 def (pty_fd)
76     def (hold)
77     def (ext_bwidth)
78     def (int_bwidth)
79     def (borderLess)
80     def (lineSpace)
81 root 1.28 def (letterSpace)
82 root 1.4 def (cursorUnderline)
83 ayin 1.22 def (urgentOnBell)
84     #endif
85 root 1.33 #if BUILTIN_GLYPHS
86 root 1.6 def (skipBuiltinGlyphs)
87 root 1.1 #endif
88     #if CURSOR_BLINK
89 root 1.4 def (cursorBlink)
90 root 1.1 #endif
91     #if ENABLE_XEMBED
92 root 1.4 def (embed)
93 root 1.1 #endif
94 root 1.4 def (cutchars)
95     def (modifier)
96     def (answerbackstring)
97     def (tripleclickwords)
98     def (insecure)
99     def (pointerBlank)
100     def (pointerBlankDelay)
101     def (imLocale)
102     def (imFont)
103     def (pastableTabs)
104 root 1.1 #ifndef NO_SECONDARY_SCREEN
105 root 1.4 def (secondaryScreen)
106     def (secondaryScroll)
107 root 1.1 #endif
108 root 1.33 #if OFF_FOCUS_FADING
109 root 1.4 def (fade)
110 root 1.1 #endif
111 root 1.2 #if ENABLE_PERL
112 root 1.4 def (perl_eval)
113 root 1.5 def (perl_ext_1)
114     def (perl_ext_2)
115 root 1.4 def (perl_lib)
116 root 1.2 #endif
117 ayin 1.16 #if ISO_14755
118 sf-exg 1.29 def (iso14755)
119 ayin 1.16 def (iso14755_52)
120     #endif
121 root 1.33 #if ENABLE_EWMH
122 root 1.27 def (iconfile)
123 sasha 1.15 #endif