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

Comparing rxvt-unicode/src/perl/urxvt-popup (file contents):
Revision 1.16 by root, Sun Jun 10 17:31:53 2012 UTC vs.
Revision 1.17 by sf-exg, Mon Jun 11 05:03:46 2012 UTC

1#! perl 1#! perl
2 2
3# this extension implements popup-menu functionality for urxvt. it works 3# this extension implements popup-menu functionality for urxvt. it works
4# together with the urxvt::popup class - "no user servicable parts inside". 4# together with the urxvt::popup class - "no user serviceable parts inside".
5 5
6sub refresh { 6sub refresh {
7 my ($self) = @_; 7 my ($self) = @_;
8 8
9 my $cmd = "\x1b[H"; 9 my $cmd = "\x1b[H";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines