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

Comparing rxvt-unicode/doc/rxvtperl.3.html (file contents):
Revision 1.40 by root, Sun Jan 29 21:45:47 2006 UTC vs.
Revision 1.41 by root, Mon Feb 6 05:55:33 2006 UTC

293<dd> 293<dd>
294<p>Clicking a button will activate that tab. Pressing <strong>Shift-Left</strong> and 294<p>Clicking a button will activate that tab. Pressing <strong>Shift-Left</strong> and
295<strong>Shift-Right</strong> will switch to the tab left or right of the current one, 295<strong>Shift-Right</strong> will switch to the tab left or right of the current one,
296while <strong>Shift-Down</strong> creates a new tab.</p> 296while <strong>Shift-Down</strong> creates a new tab.</p>
297</dd> 297</dd>
298<dd>
299<p>The tabbar itself can be configured similarly to a normal terminal, but
300with a resource class of <code>URxvt.tabbed</code>. In addition, it supports the
301following four resources (shown with defaults):</p>
302</dd>
303<dd>
304<pre>
305 URxvt.tabbed.tabbar-fg: &lt;colour-index, default 3&gt;
306 URxvt.tabbed.tabbar-bg: &lt;colour-index, default 0&gt;
307 URxvt.tabbed.tab-fg: &lt;colour-index, default 0&gt;
308 URxvt.tabbed.tab-bg: &lt;colour-index, default 1&gt;</pre>
309</dd>
310<dd>
311<p>See <em>COLOR AND GRAPHICS</em> in the <code>rxvt(1)</code> manpage for valid
312indices.</p>
313</dd>
298<p></p> 314<p></p>
299<dt><strong><a name="item_mark_2durls">mark-urls</a></strong><br /> 315<dt><strong><a name="item_mark_2durls">mark-urls</a></strong><br />
300</dt> 316</dt>
301<dd> 317<dd>
302Uses per-line display filtering (<code>on_line_update</code>) to underline urls and 318Uses per-line display filtering (<code>on_line_update</code>) to underline urls and
922<p></p> 938<p></p>
923<dt><strong><a name="item__24rend__3d_urxvt_3a_3aset_fgcolor__24rend_2c__24n">$rend = urxvt::SET_FGCOLOR $rend, $new_colour</a></strong><br /> 939<dt><strong><a name="item__24rend__3d_urxvt_3a_3aset_fgcolor__24rend_2c__24n">$rend = urxvt::SET_FGCOLOR $rend, $new_colour</a></strong><br />
924</dt> 940</dt>
925<dt><strong><a name="item__24rend__3d_urxvt_3a_3aset_bgcolor__24rend_2c__24n">$rend = urxvt::SET_BGCOLOR $rend, $new_colour</a></strong><br /> 941<dt><strong><a name="item__24rend__3d_urxvt_3a_3aset_bgcolor__24rend_2c__24n">$rend = urxvt::SET_BGCOLOR $rend, $new_colour</a></strong><br />
926</dt> 942</dt>
943<dt><strong><a name="item__24rend__3d_urxvt_3a_3aset_color__24rend_2c__24new">$rend = urxvt::SET_COLOR $rend, $new_fg, $new_bg</a></strong><br />
944</dt>
927<dd> 945<dd>
928Replace the foreground/background colour in the rendition mask with the 946Replace the foreground/background colour in the rendition mask with the
929specified one. 947specified one.
930</dd> 948</dd>
931<p></p> 949<p></p>
1294to receive pointer events all the times: 1312to receive pointer events all the times:
1295</dd> 1313</dd>
1296<dd> 1314<dd>
1297<pre> 1315<pre>
1298 $term-&gt;vt_emask_add (urxvt::PointerMotionMask);</pre> 1316 $term-&gt;vt_emask_add (urxvt::PointerMotionMask);</pre>
1317</dd>
1318<p></p>
1319<dt><strong><a name="item_focus_in">$term-&gt;focus_in</a></strong><br />
1320</dt>
1321<dt><strong><a name="item_focus_out">$term-&gt;focus_out</a></strong><br />
1322</dt>
1323<dt><strong><a name="item_key_press">$term-&gt;key_press ($state, $keycode[, $time])</a></strong><br />
1324</dt>
1325<dt><strong><a name="item_key_release">$term-&gt;key_release ($state, $keycode[, $time])</a></strong><br />
1326</dt>
1327<dd>
1328Deliver various fake events to to terminal.
1299</dd> 1329</dd>
1300<p></p> 1330<p></p>
1301<dt><strong><a name="item_width">$window_width = $term-&gt;width</a></strong><br /> 1331<dt><strong><a name="item_width">$window_width = $term-&gt;width</a></strong><br />
1302</dt> 1332</dt>
1303<dt><strong><a name="item_height">$window_height = $term-&gt;height</a></strong><br /> 1333<dt><strong><a name="item_height">$window_height = $term-&gt;height</a></strong><br />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines