all repos — st @ b341e513514d50cc995a5646a1bbace65dc4ca67

st (suckless terminal) config

Handle pasting of empty selection.

Otherwise, pasting the X11 primary selection when empty results an
error and Xlib forcibly exits.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
Alex Pilon alp@alexpilon.ca
commit

b341e513514d50cc995a5646a1bbace65dc4ca67

parent

86d1e432a823dad7bb64808b8192014fddc8cd9f

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M st.cst.c

@@ -995,6 +995,8 @@ XSelectionEvent *xsev;

ofs = 0; xsev = (XSelectionEvent *)e; + if (xsev->property == None) + return; do { if(XGetWindowProperty(xw.dpy, xw.win, xsev->property, ofs, BUFSIZ/4, False, AnyPropertyType,