ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/keysym-list
(Generate patch)

Comparing rxvt-unicode/src/perl/keysym-list (file contents):
Revision 1.3 by sf-exg, Fri Jan 13 12:18:16 2012 UTC vs.
Revision 1.4 by root, Fri Sep 21 22:55:56 2012 UTC

1#! perl 1#! perl
2
3=head1 NAME
4
5keysym-list - implement the "list" keysym expansion.
6
7=head1 SYNOPSIS
8
9 urxvt -pe keysym-list
10
11=head1 DESCRIPTION
12
13The "list" keysym expansion was formerly part od the rxvt-unicode core,
14and has been moved into this extension for backwards compatibility. You
15shouldn't use this extension except for compatibility with old
16configurations.
17
18=cut
19
2 20
3sub on_register_command { 21sub on_register_command {
4 my ($self, $keysym, $state, $str) = @_; 22 my ($self, $keysym, $state, $str) = @_;
5 23
6 if ($str =~ /^list(.)/) { 24 if ($str =~ /^list(.)/) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines