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.115 by root, Fri Jan 20 15:57:21 2006 UTC vs.
Revision 1.116 by root, Fri Jan 20 16:18:07 2006 UTC

169This transforms the terminal into a tabbar with additional terminals, that 169This transforms the terminal into a tabbar with additional terminals, that
170is, it implements what is commonly refered to as "tabbed terminal". The topmost line 170is, it implements what is commonly refered to as "tabbed terminal". The topmost line
171displays a "[NEW]" button, which, when clicked, will add a new tab, followed by one 171displays a "[NEW]" button, which, when clicked, will add a new tab, followed by one
172button per tab. 172button per tab.
173 173
174Clicking a button will activate that tab. Pressing Shift-Left and 174Clicking a button will activate that tab. Pressing B<Shift-Left> and
175Shift-Right will switch to the tab left or right of the current one. 175B<Shift-Right> will switch to the tab left or right of the current one,
176while B<Shift-Down> creates a new tab.
176 177
177=item mark-urls 178=item mark-urls
178 179
179Uses per-line display filtering (C<on_line_update>) to underline urls and 180Uses per-line display filtering (C<on_line_update>) to underline urls and
180make them clickable. When middle-clicked, the program specified in the 181make them clickable. When middle-clicked, the program specified in the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines