ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.4 by root, Mon Jan 2 17:17:02 2006 UTC vs.
Revision 1.5 by root, Mon Jan 2 17:20:00 2006 UTC

249as resource names of the form C<< color+<index> >>, e.g. C<color+5>. (will 249as resource names of the form C<< color+<index> >>, e.g. C<color+5>. (will
250likely change). 250likely change).
251 251
252Please note that resource strings will currently only be freed when the 252Please note that resource strings will currently only be freed when the
253terminal is destroyed, so changing options frequently will eat memory. 253terminal is destroyed, so changing options frequently will eat memory.
254
255Here is a a likely non-exhaustive list of resource names, not all of which
256are supported in every build, please see the source to see the actual
257list:
258
259 answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont
260 borderLess color cursorBlink cursorUnderline cutchars delete_key
261 display_name embed ext_bwidth fade font geometry hold iconName
262 imFont imLocale inputMethod insecure int_bwidth intensityStyles
263 italicFont jumpScroll lineSpace loginShell mapAlert menu meta8
264 modifier mouseWheelScrollPage name pastableTabs path pointerBlank
265 pointerBlankDelay preeditType print_pipe pty_fd reverseVideo saveLines
266 scrollBar scrollBar_align scrollBar_floating scrollBar_right
267 scrollBar_thickness scrollTtyKeypress scrollTtyOutput scrollWithBuffer
268 scrollstyle secondaryScreen secondaryScroll selectstyle shade term_name
269 title transparent transparent_all tripleclickwords utmpInhibit
270 visualBell
254 271
255=cut 272=cut
256 273
257sub urxvt::term::resource($$;$) { 274sub urxvt::term::resource($$;$) {
258 my ($self, $name) = (shift, shift); 275 my ($self, $name) = (shift, shift);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines