ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rsinc.h
Revision: 1.40
Committed: Fri Dec 23 21:46:46 2022 UTC (16 months, 2 weeks ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.39: +1 -0 lines
Log Message:
*** empty log message ***

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 def (refreshRate)
76 #endif
77 #if BUILTIN_GLYPHS
78 def (skipBuiltinGlyphs)
79 #endif
80 #if CURSOR_BLINK
81 def (cursorBlink)
82 #endif
83 #if ENABLE_XEMBED
84 def (embed)
85 #endif
86 def (cutchars)
87 def (modifier)
88 def (answerbackstring)
89 #if ENABLE_FRILLS
90 def (tripleclickwords)
91 def (disablePasteBrackets)
92 #endif
93 def (insecure)
94 def (pointerBlank)
95 def (pointerBlankDelay)
96 def (imLocale)
97 def (imFont)
98 def (pastableTabs)
99 #ifndef NO_SECONDARY_SCREEN
100 def (secondaryScreen)
101 def (secondaryScroll)
102 #endif
103 #if ENABLE_FRILLS
104 def (rewrapMode)
105 #endif
106 #if OFF_FOCUS_FADING
107 def (fade)
108 #endif
109 #if ENABLE_PERL
110 def (perl_eval)
111 def (perl_ext_1)
112 def (perl_ext_2)
113 def (perl_lib)
114 #endif
115 #if ISO_14755
116 def (iso14755)
117 def (iso14755_52)
118 #endif
119 #if ENABLE_EWMH
120 def (iconfile)
121 #endif
122 #ifdef HAVE_XMU
123 def (pointerShape)
124 #endif