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.44 by root, Thu Jul 6 18:56:10 2006 UTC vs.
Revision 1.45 by root, Mon Jul 17 19:20:29 2006 UTC

367<code>OnTheSpot</code>, i.e.:</p> 367<code>OnTheSpot</code>, i.e.:</p>
368</dd> 368</dd>
369<dd> 369<dd>
370<pre> 370<pre>
371 rxvt -pt OnTheSpot -pe xim-onthespot</pre> 371 rxvt -pt OnTheSpot -pe xim-onthespot</pre>
372</dd>
373</li>
374<dt><strong><a name="item_kuake_3chotkey_3e">kuake&lt;hotkey&gt;</a></strong>
375
376<dd>
377<p>A very primitive quake-console-like extension. It was inspired by a
378description of how the programs <code>kuake</code> and <code>yakuake</code> work: Whenever the
379user presses a global accelerator key (by default <code>F10</code>), the terminal
380will show or hide itself. Another press of the accelerator key will hide
381or show it again.</p>
382</dd>
383<dd>
384<p>Initially, the window will not be shown when using this extension.</p>
385</dd>
386<dd>
387<p>This is useful if you need a single terminal thats not using any desktop
388space most of the time but is quickly available at the press of a key.</p>
389</dd>
390<dd>
391<p>The accelerator key is grabbed regardless of any modifers, so this
392extension will actually grab a physical key just for this function.</p>
393</dd>
394<dd>
395<p>If you want a quake-like animation, tell your window manager to do so
396(fvwm can do it).</p>
372</dd> 397</dd>
373</li> 398</li>
374<dt><strong><a name="item_automove_2dbackground">automove-background</a></strong> 399<dt><strong><a name="item_automove_2dbackground">automove-background</a></strong>
375 400
376<dd> 401<dd>
774<p>Called on every X event received on the vt window (and possibly other 799<p>Called on every X event received on the vt window (and possibly other
775windows). Should only be used as a last resort. Most event structure 800windows). Should only be used as a last resort. Most event structure
776members are not passed.</p> 801members are not passed.</p>
777</dd> 802</dd>
778</li> 803</li>
804<dt><strong><a name="item_on_root_event__24term_2c__24event">on_root_event $term, $event</a></strong>
805
806<dd>
807<p>Like <code>on_x_event</code>, but is called for events on the root window.</p>
808</dd>
809</li>
779<dt><strong><a name="item_on_focus_in__24term">on_focus_in $term</a></strong> 810<dt><strong><a name="item_on_focus_in__24term">on_focus_in $term</a></strong>
780 811
781<dd> 812<dd>
782<p>Called whenever the window gets the keyboard focus, before rxvt-unicode 813<p>Called whenever the window gets the keyboard focus, before rxvt-unicode
783does focus in processing.</p> 814does focus in processing.</p>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines