diff options
author | Eugene <fogaprod@gmail.com> | 2020-04-01 13:37:57 +0300 |
---|---|---|
committer | Eugene <fogaprod@gmail.com> | 2020-04-01 13:37:57 +0300 |
commit | 7917ec930a6487d3dc03d3a71eb4d61c9c597b4c (patch) | |
tree | ac45439167bfb1f96705c0f12f6213101afb2560 /x.c | |
parent | 6725a2fde0127694176901ebf6217024b832fd8e (diff) |
Do not copy text to clipboard after selecting
This behaviour was introduced in https://github.com/LukeSmithxyz/st/commit/683341140065b3096ee9e7e3e3b042f9c52230a6
Resolves: #177
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -661,8 +661,6 @@ setsel(char *str, Time t) XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t); if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win) selclear(); - - clipcopy(NULL); } void |