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.142 by root, Thu Jul 6 18:56:10 2006 UTC vs.
Revision 1.143 by root, Thu Jul 6 23:48:11 2006 UTC

259You enable it by specifying this extension and a preedit style of 259You enable it by specifying this extension and a preedit style of
260C<OnTheSpot>, i.e.: 260C<OnTheSpot>, i.e.:
261 261
262 @@RXVT_NAME@@ -pt OnTheSpot -pe xim-onthespot 262 @@RXVT_NAME@@ -pt OnTheSpot -pe xim-onthespot
263 263
264=item kuake<hotkey>
265
266A very primitive quake-console-like extension. It was inspired by a
267description of how the programs C<kuake> and C<yakuake> work: Whenever the
268user presses a global accelerator key (by default C<F10>), the terminal
269will show or hide itself. Another press of the accelerator key will hide
270or show it again.
271
272Initially, the window will not be shown when using this extension.
273
274This is useful if you need a single terminal thats not using any desktop
275space most of the time but is quickly available at the press of a key.
276
277The accelerator key is grabbed regardless of any modifers, so this
278extension will actually grab a physical key just for this function.
279
280If you want a quake-like animation, tell your window manager to do so
281(fvwm can do it).
282
264=item automove-background 283=item automove-background
265 284
266This is basically a very small extension that dynamically changes the 285This is basically a very small extension that dynamically changes the
267background pixmap offset to the window position, in effect creating the 286background pixmap offset to the window position, in effect creating the
268same effect as pseudo transparency with a custom pixmap. No scaling is 287same effect as pseudo transparency with a custom pixmap. No scaling is
581=item on_x_event $term, $event 600=item on_x_event $term, $event
582 601
583Called on every X event received on the vt window (and possibly other 602Called on every X event received on the vt window (and possibly other
584windows). Should only be used as a last resort. Most event structure 603windows). Should only be used as a last resort. Most event structure
585members are not passed. 604members are not passed.
605
606=item on_root_event $term, $event
607
608Like C<on_x_event>, but is called for events on the root window.
586 609
587=item on_focus_in $term 610=item on_focus_in $term
588 611
589Called whenever the window gets the keyboard focus, before rxvt-unicode 612Called whenever the window gets the keyboard focus, before rxvt-unicode
590does focus in processing. 613does focus in processing.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines