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

# Content
1 // all resource indices, used by rxvt.h and rxvtperl.xs
2
3 def (display_name)
4 def (term_name)
5 def (iconName)
6 def (geometry)
7 def (reverseVideo)
8 def (chdir)
9 def (color)
10 reserve (color, TOTAL_COLORS)
11 def (font)
12 #if ENABLE_STYLES
13 def (boldFont)
14 def (italicFont)
15 def (boldItalicFont)
16 def (intensityStyles)
17 #endif
18 def (name)
19 def (title)
20 #if BG_IMAGE_FROM_FILE
21 def (path)
22 def (backgroundPixmap)
23 #endif
24 def (loginShell)
25 def (multiClickTime)
26 def (jumpScroll)
27 def (skipScroll)
28 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 #if ! defined(NO_MAPALERT) && defined(MAPALERT_OPTION)
41 def (mapAlert)
42 #endif
43 #ifdef META8_OPTION
44 def (meta8)
45 #endif
46 #ifdef MOUSE_WHEEL
47 def (mouseWheelScrollPage)
48 #endif
49 #ifndef NO_BACKSPACE_KEY
50 def (backspace_key)
51 #endif
52 #ifndef NO_DELETE_KEY
53 def (delete_key)
54 #endif
55 #ifdef PRINTPIPE
56 def (print_pipe)
57 #endif
58 #if USE_XIM
59 def (preeditType)
60 def (inputMethod)
61 #endif
62 #if BG_IMAGE_FROM_ROOT
63 def (transparent)
64 def (shade)
65 def (blurradius)
66 #endif
67 #if XFT
68 def (buffered)
69 #endif
70 #if ENABLE_FRILLS
71 def (depth)
72 def (visual)
73 def (transient_for)
74 def (override_redirect)
75 def (pty_fd)
76 def (hold)
77 def (ext_bwidth)
78 def (int_bwidth)
79 def (borderLess)
80 def (lineSpace)
81 def (letterSpace)
82 def (cursorUnderline)
83 def (urgentOnBell)
84 #endif
85 #if BUILTIN_GLYPHS
86 def (skipBuiltinGlyphs)
87 #endif
88 #if CURSOR_BLINK
89 def (cursorBlink)
90 #endif
91 #if ENABLE_XEMBED
92 def (embed)
93 #endif
94 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 #ifndef NO_SECONDARY_SCREEN
105 def (secondaryScreen)
106 def (secondaryScroll)
107 #endif
108 #if OFF_FOCUS_FADING
109 def (fade)
110 #endif
111 #if ENABLE_PERL
112 def (perl_eval)
113 def (perl_ext_1)
114 def (perl_ext_2)
115 def (perl_lib)
116 #endif
117 #if ISO_14755
118 def (iso14755)
119 def (iso14755_52)
120 #endif
121 #if ENABLE_EWMH
122 def (iconfile)
123 #endif