Re: [dev] st: equivalent fixes: st-sel-fix

2012-01-10 Thread Aurélien Aptel
On Tue, Jan 10, 2012 at 10:04 PM, Martti Kühne wrote: > anyway, the problem is that XChangeProperty() will cause a segfault if it gets > NULL - or strlen. I'm slightly in favor of the former, as it will allow > sel.clip to be any value at any time, which is good. Thoughts? Good catch. Let's go wi

[dev] st: equivalent fixes: st-sel-fix

2012-01-10 Thread Martti Kühne
hello list I announced a fix on irc earlier today for a recurring problem when using st on a daily basis, and looking further into the issue, I found there are, afaict two seemingly identically valid fixes for the problem: --- st/st.c 2011-11-02 21:24:08.893374099 +0100 +++ st-selfix/st.c