aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt/ext')
-rw-r--r--urxvt/ext/selection14
1 files changed, 14 insertions, 0 deletions
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) = @_;