Re: [dev] [PATCH] Handle pasting of empty selection.

2015-03-16 Thread Christoph Lohmann
Greetings. On Mon, 16 Mar 2015 20:31:48 +0100 Alex Pilon wrote: > Otherwise, pasting the X11 primary selection when empty results an > error and Xlib forcibly exits. Thanks for sending the patch. I was debuggint that crash myself already. You were faster. It has been applied. Sincerely, Chris

[dev] [PATCH] Handle pasting of empty selection.

2015-03-16 Thread Alex Pilon
Otherwise, pasting the X11 primary selection when empty results an error and Xlib forcibly exits. --- st.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/st.c b/st.c index ac91d9f..cd470e7 100644 --- a/st.c +++ b/st.c @@ -1012,6 +1012,8 @@ selnotify(XEvent *e) { ofs = 0; x