ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.pod
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.180 by sf-exg, Sat Jan 23 14:17:52 2010 UTC vs.
Revision 1.181 by sf-exg, Tue Jan 26 07:46:58 2010 UTC

718develop for myself mostly, so I actually use most of the extensions I 718develop for myself mostly, so I actually use most of the extensions I
719write. 719write.
720 720
721The selection stuff mainly makes the selection perl-error-message aware 721The selection stuff mainly makes the selection perl-error-message aware
722and tells it to convert perl error messages into vi-commands to load the 722and tells it to convert perl error messages into vi-commands to load the
723relevant file and go tot he error line number. 723relevant file and go to the error line number.
724 724
725 URxvt.scrollstyle: plain 725 URxvt.scrollstyle: plain
726 URxvt.secondaryScroll: true 726 URxvt.secondaryScroll: true
727 727
728As the documentation says: plain is the preferred scrollbar for the 728As the documentation says: plain is the preferred scrollbar for the
800purposes, it works, and gives a different look, as my normal (Non-bold) 800purposes, it works, and gives a different look, as my normal (Non-bold)
801font is already bold, and I want to see a difference between bold and 801font is already bold, and I want to see a difference between bold and
802normal fonts. 802normal fonts.
803 803
804Please note that I used the C<urxvt> instance name and not the C<URxvt> 804Please note that I used the C<urxvt> instance name and not the C<URxvt>
805class name. Thats because I use different configs for different purposes, 805class name. That is because I use different configs for different purposes,
806for example, my IRC window is started with C<-name IRC>, and uses these 806for example, my IRC window is started with C<-name IRC>, and uses these
807defaults: 807defaults:
808 808
809 IRC*title: IRC 809 IRC*title: IRC
810 IRC*geometry: 87x12+535+542 810 IRC*geometry: 87x12+535+542
1133runtime-switchable, too, so there is usually no drawback to enabling them, 1133runtime-switchable, too, so there is usually no drawback to enabling them,
1134except higher disk and possibly memory usage. The perl interpreter should 1134except higher disk and possibly memory usage. The perl interpreter should
1135be enabled, as important functionality (menus, selection, likely more in 1135be enabled, as important functionality (menus, selection, likely more in
1136the future) depends on it. 1136the future) depends on it.
1137 1137
1138You should not overwrite the C<perl-ext-common> snd C<perl-ext> resources 1138You should not overwrite the C<perl-ext-common> and C<perl-ext> resources
1139system-wide (except maybe with C<defaults>). This will result in useful 1139system-wide (except maybe with C<defaults>). This will result in useful
1140behaviour. If your distribution aims at low memory, add an empty 1140behaviour. If your distribution aims at low memory, add an empty
1141C<perl-ext-common> resource to the app-defaults file. This will keep the 1141C<perl-ext-common> resource to the app-defaults file. This will keep the
1142perl interpreter disabled until the user enables it. 1142perl interpreter disabled until the user enables it.
1143 1143

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines