diff options
| author | tslil clingman <> | 2020-10-26 20:53:38 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2020-10-26 20:53:38 -0400 |
| commit | 85f38e4e6315d16c3880ec694cf971e4f041c013 (patch) | |
| tree | a8917f3e04a59b7f267cfcfacd6a290bc43b5ef4 /st-0.8.4/st-clipboard-0.8.3.diff | |
| parent | b4a3374382610a1cd2917e4b6889c814a35e4156 (diff) | |
Tracking st
Diffstat (limited to 'st-0.8.4/st-clipboard-0.8.3.diff')
| -rw-r--r-- | st-0.8.4/st-clipboard-0.8.3.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/st-0.8.4/st-clipboard-0.8.3.diff b/st-0.8.4/st-clipboard-0.8.3.diff new file mode 100644 index 0000000..c1e0e9e --- /dev/null +++ b/st-0.8.4/st-clipboard-0.8.3.diff @@ -0,0 +1,12 @@ +diff --git a/x.c b/x.c +index e5f1737..5cabd60 100644 +--- a/x.c ++++ b/x.c +@@ -673,6 +673,7 @@ 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 |
