ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rsinc.h
Revision: 1.39
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
Changes since 1.38: +6 -0 lines
Log Message:
-dpb

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 def (loginShell)
21 def (multiClickTime)
22 def (jumpScroll)
23 def (skipScroll)
24 def (scrollBar)
25 def (scrollBar_right)
26 def (scrollBar_floating)
27 def (scrollBar_align)
28 def (scrollstyle)
29 def (scrollBar_thickness)
30 def (scrollTtyOutput)
31 def (scrollTtyKeypress)
32 def (scrollWithBuffer)
33 def (saveLines)
34 def (utmpInhibit)
35 def (visualBell)
36 #if ! defined(NO_MAPALERT) && defined(MAPALERT_OPTION)
37 def (mapAlert)
38 #endif
39 #ifdef META8_OPTION
40 def (meta8)
41 #endif
42 #ifdef MOUSE_WHEEL
43 def (mouseWheelScrollPage)
44 #endif
45 #ifndef NO_BACKSPACE_KEY
46 def (backspace_key)
47 #endif
48 #ifndef NO_DELETE_KEY
49 def (delete_key)
50 #endif
51 #ifdef PRINTPIPE
52 def (print_pipe)
53 #endif
54 #if USE_XIM
55 def (preeditType)
56 def (inputMethod)
57 #endif
58 #if XFT
59 def (buffered)
60 #endif
61 #if ENABLE_FRILLS
62 def (depth)
63 def (visual)
64 def (transient_for)
65 def (override_redirect)
66 def (pty_fd)
67 def (hold)
68 def (ext_bwidth)
69 def (int_bwidth)
70 def (borderLess)
71 def (lineSpace)
72 def (letterSpace)
73 def (cursorUnderline)
74 def (urgentOnBell)
75 #endif
76 #if BUILTIN_GLYPHS
77 def (skipBuiltinGlyphs)
78 #endif
79 #if CURSOR_BLINK
80 def (cursorBlink)
81 #endif
82 #if ENABLE_XEMBED
83 def (embed)
84 #endif
85 def (cutchars)
86 def (modifier)
87 def (answerbackstring)
88 #if ENABLE_FRILLS
89 def (tripleclickwords)
90 def (disablePasteBrackets)
91 #endif
92 def (insecure)
93 def (pointerBlank)
94 def (pointerBlankDelay)
95 def (imLocale)
96 def (imFont)
97 def (pastableTabs)
98 #ifndef NO_SECONDARY_SCREEN
99 def (secondaryScreen)
100 def (secondaryScroll)
101 #endif
102 #if ENABLE_FRILLS
103 def (rewrapMode)
104 #endif
105 #if OFF_FOCUS_FADING
106 def (fade)
107 #endif
108 #if ENABLE_PERL
109 def (perl_eval)
110 def (perl_ext_1)
111 def (perl_ext_2)
112 def (perl_lib)
113 #endif
114 #if ISO_14755
115 def (iso14755)
116 def (iso14755_52)
117 #endif
118 #if ENABLE_EWMH
119 def (iconfile)
120 #endif
121 #ifdef HAVE_XMU
122 def (pointerShape)
123 #endif