aboutsummaryrefslogtreecommitdiff
path: root/urxvt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:45:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:45:07 +1200
commitcf0d2c5bb6807d687e16a984ca9bee3c0e6edf15 (patch)
tree0d652457dd181c42a8bf83854c4e6bb8e91b175b /urxvt
parentSimplify/tidy regex calls (diff)
downloaddotfiles-cf0d2c5bb6807d687e16a984ca9bee3c0e6edf15.tar.gz
dotfiles-cf0d2c5bb6807d687e16a984ca9bee3c0e6edf15.zip
Fix needlessly narrow comment
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/ext/selection5
1 files changed, 2 insertions, 3 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index 2ca08011..9156dedb 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -1,8 +1,7 @@
#!/usr/bin/env perl
-# Stripped down and tidied version of original URxvt
-# "selection" script that just observes cutchars in a
-# locale-aware fashion.
+# Stripped down and tidied version of original URxvt "selection" script that
+# just observes cutchars in a locale-aware fashion.
use strict;
use warnings;