pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d1e43
)
Handle pasting of empty selection.
author
Alex Pilon
<alp@alexpilon.ca>
Mon, 16 Mar 2015 15:51:23 +0000
(11:51 -0400)
committer
Christoph Lohmann
<20h@r-36.net>
Mon, 16 Mar 2015 19:31:15 +0000
(20:31 +0100)
Otherwise, pasting the X11 primary selection when empty results an
error and Xlib forcibly exits.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
aa4185c
..
836ae21
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-995,6
+995,8
@@
selnotify(XEvent *e) {
ofs = 0;
xsev = (XSelectionEvent *)e;
+ if (xsev->property == None)
+ return;
do {
if(XGetWindowProperty(xw.dpy, xw.win, xsev->property, ofs,
BUFSIZ/4, False, AnyPropertyType,