aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-03-15 00:23:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-03-15 00:23:30 +1300
commit54bfb85910bf8ff0a31a324b351b927ef9e8810b (patch)
treeb1539a029732f0fb469c4ccd4166f87546789119
parentMerge branch 'release/v12.32.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-54bfb85910bf8ff0a31a324b351b927ef9e8810b.tar.gz
dotfiles-54bfb85910bf8ff0a31a324b351b927ef9e8810b.zip
Merge branch 'release/v12.33.0'v12.33.0
* release/v12.33.0: Strip trailing spaces in xterm selections
-rw-r--r--VERSION4
-rw-r--r--x/Xresources7
2 files changed, 9 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 486df880..5c3722fb 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v12.32.0
-Tue, 14 Mar 2023 11:17:54 +0000
+tejr dotfiles v12.33.0
+Tue, 14 Mar 2023 11:23:27 +0000
diff --git a/x/Xresources b/x/Xresources
index 798cc9d2..1c6ab1aa 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -57,3 +57,10 @@ XTerm.vt100.color15: rgb:ee/ee/ec
XTerm.vt100.translations: #override \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
+
+/**
+ * Trim trailing spaces from selections; if I'm copying text from a terminal
+ * emulator window, I probably don't want it byte-perfect for hashing purposes
+ * or anything like that.
+ */
+XTerm.vt100.trimSelection: true