--- rxvt-unicode/src/perl/selection 2006/01/02 21:36:03 1.3 +++ rxvt-unicode/src/perl/selection 2006/01/03 19:12:53 1.6 @@ -1,3 +1,5 @@ +#! perl + sub on_keyboard_command { my ($term, $cmd) = @_; @@ -6,3 +8,8 @@ () } + +sub on_sel_extend { + warn "hiya\n";#d# + () +}