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

# 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     def (loginShell)
21 sf-exg 1.36 def (multiClickTime)
22 root 1.4 def (jumpScroll)
23 root 1.18 def (skipScroll)
24 root 1.4 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 root 1.1 #if ! defined(NO_MAPALERT) && defined(MAPALERT_OPTION)
37 root 1.4 def (mapAlert)
38 root 1.1 #endif
39     #ifdef META8_OPTION
40 root 1.4 def (meta8)
41 root 1.1 #endif
42     #ifdef MOUSE_WHEEL
43 root 1.4 def (mouseWheelScrollPage)
44 root 1.1 #endif
45     #ifndef NO_BACKSPACE_KEY
46 root 1.4 def (backspace_key)
47 root 1.1 #endif
48     #ifndef NO_DELETE_KEY
49 root 1.4 def (delete_key)
50 root 1.1 #endif
51     #ifdef PRINTPIPE
52 root 1.4 def (print_pipe)
53 root 1.1 #endif
54 root 1.33 #if USE_XIM
55 root 1.4 def (preeditType)
56     def (inputMethod)
57 root 1.1 #endif
58 root 1.11 #if XFT
59 ayin 1.24 def (buffered)
60 root 1.11 #endif
61 root 1.1 #if ENABLE_FRILLS
62 root 1.34 def (depth)
63     def (visual)
64 root 1.7 def (transient_for)
65 root 1.9 def (override_redirect)
66 root 1.4 def (pty_fd)
67     def (hold)
68     def (ext_bwidth)
69     def (int_bwidth)
70     def (borderLess)
71     def (lineSpace)
72 root 1.28 def (letterSpace)
73 root 1.4 def (cursorUnderline)
74 ayin 1.22 def (urgentOnBell)
75     #endif
76 root 1.33 #if BUILTIN_GLYPHS
77 root 1.6 def (skipBuiltinGlyphs)
78 root 1.1 #endif
79     #if CURSOR_BLINK
80 root 1.4 def (cursorBlink)
81 root 1.1 #endif
82     #if ENABLE_XEMBED
83 root 1.4 def (embed)
84 root 1.1 #endif
85 root 1.4 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 root 1.1 #ifndef NO_SECONDARY_SCREEN
96 root 1.4 def (secondaryScreen)
97     def (secondaryScroll)
98 root 1.1 #endif
99 root 1.33 #if OFF_FOCUS_FADING
100 root 1.4 def (fade)
101 root 1.1 #endif
102 root 1.2 #if ENABLE_PERL
103 root 1.4 def (perl_eval)
104 root 1.5 def (perl_ext_1)
105     def (perl_ext_2)
106 root 1.4 def (perl_lib)
107 root 1.2 #endif
108 ayin 1.16 #if ISO_14755
109 sf-exg 1.29 def (iso14755)
110 ayin 1.16 def (iso14755_52)
111     #endif
112 root 1.33 #if ENABLE_EWMH
113 root 1.27 def (iconfile)
114 sasha 1.15 #endif
115 sf-exg 1.37 #ifdef HAVE_XMU
116     def (pointerShape)
117     #endif