From e33a0f648b65ad9ad09980485e26403f39a90fb5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jun 2016 11:30:39 +1200 Subject: Add some perlish niceties --- urxvt/ext/selection | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'urxvt/ext') diff --git a/urxvt/ext/selection b/urxvt/ext/selection index c8c37926..1fdcc575 100644 --- a/urxvt/ext/selection +++ b/urxvt/ext/selection @@ -1,5 +1,19 @@ #!/usr/bin/env perl +# Stripped down and tidied version of original URxvt +# "selection" script that just observes cutchars in a +# locale-aware fashion. + +use strict; +use warnings; +use utf8; + +use 5.006; + +use Carp; + +our $VERSION = 1.0; + sub on_init { my ($self) = @_; -- cgit v1.2.3