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

Comparing rxvt-unicode/doc/rxvtperl.3.man.in (file contents):
Revision 1.47 by root, Thu Jul 6 18:56:10 2006 UTC vs.
Revision 1.48 by root, Mon Jul 17 19:20:29 2006 UTC

126. ds Ae AE 126. ds Ae AE
127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 3" 131.IX Title "@@RXVT_NAME@@ 3"
132.TH rxvt 3 "2006-07-06" "7.7" "RXVT-UNICODE" 132.TH @@RXVT_NAME@@ 3 "2006-07-17" "7.8" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter 134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 1 137.Vb 1
404\&\f(CW\*(C`OnTheSpot\*(C'\fR, i.e.: 404\&\f(CW\*(C`OnTheSpot\*(C'\fR, i.e.:
405.Sp 405.Sp
406.Vb 1 406.Vb 1
407\& @@RXVT_NAME@@ \-pt OnTheSpot \-pe xim\-onthespot 407\& @@RXVT_NAME@@ \-pt OnTheSpot \-pe xim\-onthespot
408.Ve 408.Ve
409.IP "kuake<hotkey>" 4
410.IX Item "kuake<hotkey>"
411A very primitive quake-console-like extension. It was inspired by a
412description of how the programs \f(CW\*(C`kuake\*(C'\fR and \f(CW\*(C`yakuake\*(C'\fR work: Whenever the
413user presses a global accelerator key (by default \f(CW\*(C`F10\*(C'\fR), the terminal
414will show or hide itself. Another press of the accelerator key will hide
415or show it again.
416.Sp
417Initially, the window will not be shown when using this extension.
418.Sp
419This is useful if you need a single terminal thats not using any desktop
420space most of the time but is quickly available at the press of a key.
421.Sp
422The accelerator key is grabbed regardless of any modifers, so this
423extension will actually grab a physical key just for this function.
424.Sp
425If you want a quake-like animation, tell your window manager to do so
426(fvwm can do it).
409.IP "automove-background" 4 427.IP "automove-background" 4
410.IX Item "automove-background" 428.IX Item "automove-background"
411This is basically a very small extension that dynamically changes the 429This is basically a very small extension that dynamically changes the
412background pixmap offset to the window position, in effect creating the 430background pixmap offset to the window position, in effect creating the
413same effect as pseudo transparency with a custom pixmap. No scaling is 431same effect as pseudo transparency with a custom pixmap. No scaling is
716.el .IP "on_x_event \f(CW$term\fR, \f(CW$event\fR" 4 734.el .IP "on_x_event \f(CW$term\fR, \f(CW$event\fR" 4
717.IX Item "on_x_event $term, $event" 735.IX Item "on_x_event $term, $event"
718Called on every X event received on the vt window (and possibly other 736Called on every X event received on the vt window (and possibly other
719windows). Should only be used as a last resort. Most event structure 737windows). Should only be used as a last resort. Most event structure
720members are not passed. 738members are not passed.
739.ie n .IP "on_root_event $term\fR, \f(CW$event" 4
740.el .IP "on_root_event \f(CW$term\fR, \f(CW$event\fR" 4
741.IX Item "on_root_event $term, $event"
742Like \f(CW\*(C`on_x_event\*(C'\fR, but is called for events on the root window.
721.ie n .IP "on_focus_in $term" 4 743.ie n .IP "on_focus_in $term" 4
722.el .IP "on_focus_in \f(CW$term\fR" 4 744.el .IP "on_focus_in \f(CW$term\fR" 4
723.IX Item "on_focus_in $term" 745.IX Item "on_focus_in $term"
724Called whenever the window gets the keyboard focus, before rxvt-unicode 746Called whenever the window gets the keyboard focus, before rxvt-unicode
725does focus in processing. 747does focus in processing.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines