Signed-off-by: Michael Witten <[email protected]> --- Changes | 2 +- doc/rxvt.1.man.in | 2 +- doc/rxvt.1.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Changes b/Changes index ca6bad8..ea4c50c 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ rxvt-unicode changelog <= google-friendly title TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think TODO: xcopyarea pass broken, fix and improve -TODO: event mechanism that replaces on_keyboard_command with something more scalable. +TODO: event mechanism that replaces on_user_command with something more scalable. TODO: slipwheeling needs a keyboard grab to get key release events. TODO: overlays collide with the way the out-of-focus cursor is being drawn TODO: "slow" rendering mode for bidi and scripts, pango! diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in index e795ce1..a703685 100644 --- a/doc/rxvt.1.man.in +++ b/doc/rxvt.1.man.in @@ -1188,7 +1188,7 @@ when Control-Meta-c is being pressed": .Ve .Sp If \fIstring\fR takes the form \f(CW\*(C`perl:STRING\*(C'\fR, then the specified \fB\s-1STRING\s0\fR -is passed to the \f(CW\*(C`on_keyboard_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3) +is passed to the \f(CW\*(C`on_user_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3) manpage. For example, the \fIselection\fR extension (activated via \&\f(CW\*(C`@@RXVT_NAME@@ \-pe selection\*(C'\fR) listens for \f(CW\*(C`selection:rot13\*(C'\fR events: .Sp diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index 5e89cd1..68ce379 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -1190,7 +1190,7 @@ when Control-Meta-c is being pressed": URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007 If I<string> takes the form C<perl:STRING>, then the specified B<STRING> -is passed to the C<on_keyboard_command> perl handler. See the @@RXVT_NAME@@perl(3) +is passed to the C<on_user_command> perl handler. See the @@RXVT_NAME@@perl(3) manpage. For example, the F<selection> extension (activated via C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events: -- 1.6.5.2.74.g610f9 _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
