mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-21 23:05:59 +01:00
clipboard support
This commit is contained in:
parent
7549ffd200
commit
6833411400
1 changed files with 2 additions and 0 deletions
2
st.c
2
st.c
|
@ -1274,6 +1274,8 @@ xsetsel(char *str, Time t)
|
|||
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
|
||||
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
|
||||
selclear(0);
|
||||
|
||||
clipcopy(NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue