st

simple terminal

git clone https://9o.is/git/st.git

commit da2f4318823e16c85098efda903968ff25cb79a8
parent 66613be0675a906528ee45a6a2c9254803d117a3
Author: Alex Pilon <alp@alexpilon.ca>
Date:   Mon, 16 Mar 2015 11:51:23 -0400

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>

Diffstat:
Mst.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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,