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

Comparing rxvt-unicode/src/perl/remote-clipboard (file contents):
Revision 1.6 by root, Wed Jun 6 15:06:41 2012 UTC vs.
Revision 1.7 by root, Wed Jun 6 15:09:49 2012 UTC

1#! perl 1#! perl
2 2
3#:META:X_RESOURCE:%.store: the command used to store the selection 3#:META:X_RESOURCE:%.store:string:the command used to store the selection
4#:META:X_RESOURCE:%.fetch: the command used to fetch the selection 4#:META:X_RESOURCE:%.fetch:string:the command used to fetch the selection
5 5
6use Fcntl (); 6use Fcntl ();
7 7
8sub msg { 8sub msg {
9 my ($self, $msg) = @_; 9 my ($self, $msg) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines