compatibility with urxvt 9.21+
This commit is contained in:
parent
e68375c3d4
commit
10c64a552f
@ -86,6 +86,12 @@ sub paste_escaped {
|
||||
()
|
||||
}
|
||||
|
||||
sub on_action {
|
||||
my ($self, $action) = @_;
|
||||
|
||||
on_user_command($self, "clipboard:" . $action);
|
||||
}
|
||||
|
||||
sub on_user_command {
|
||||
my ($self, $cmd) = @_;
|
||||
|
||||
|
@ -40,6 +40,13 @@ sub on_start{
|
||||
}
|
||||
|
||||
|
||||
sub on_action {
|
||||
my ($self, $action) = @_;
|
||||
|
||||
on_user_command($self, "keyboard-select:" . $action);
|
||||
}
|
||||
|
||||
|
||||
sub on_user_command {
|
||||
my ($self, $cmd) = @_;
|
||||
|
||||
|
@ -109,6 +109,12 @@ sub line_update {
|
||||
()
|
||||
}
|
||||
|
||||
sub on_action {
|
||||
my ($self, $action) = @_;
|
||||
|
||||
on_user_command($self, "url-select:" . $action);
|
||||
}
|
||||
|
||||
|
||||
sub on_user_command {
|
||||
my ($self, $cmd) = @_;
|
||||
|
Loading…
Reference in New Issue
Block a user