ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rsinc.h
Revision: 1.38
Committed: Thu Jul 14 05:33:26 2016 UTC (7 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
Changes since 1.37: +0 -9 lines
Log Message:
Move old bg image frontend to background extension.

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 def (tripleclickwords)
89 def (insecure)
90 def (pointerBlank)
91 def (pointerBlankDelay)
92 def (imLocale)
93 def (imFont)
94 def (pastableTabs)
95 #ifndef NO_SECONDARY_SCREEN
96 def (secondaryScreen)
97 def (secondaryScroll)
98 #endif
99 #if OFF_FOCUS_FADING
100 def (fade)
101 #endif
102 #if ENABLE_PERL
103 def (perl_eval)
104 def (perl_ext_1)
105 def (perl_ext_2)
106 def (perl_lib)
107 #endif
108 #if ISO_14755
109 def (iso14755)
110 def (iso14755_52)
111 #endif
112 #if ENABLE_EWMH
113 def (iconfile)
114 #endif
115 #ifdef HAVE_XMU
116 def (pointerShape)
117 #endif