Re: [dev] [st][patch] Fix segfault when pressing PrintScr without a selection

2014-03-26 Thread Roberto E. Vargas Caballero
> Attached is a silly patch to prevent a segmentation fault in st when > you accidentally press PrintScr with no text selected. Uysss, stupid bug I commited, thanks > BTW does anybody use this with a plumber? Care to explain the details? I don't use it with a plumber, but for example I have

Re: [dev][st][patch] new utf decoder

2014-03-26 Thread Roberto E. Vargas Caballero
> Find Damian's slightly altered patch below. I hope he is okay with us > applying this version of his patch. > > Just tell me if I should change something. For me is ok, and again, if nobody complaints about it I will apply it. Regards, -- Roberto E. Vargas Caballero

[dev] [st][patch] Fix segfault when pressing PrintScr without a selection

2014-03-26 Thread Rafa Garcia Gallego
Hi, Attached is a silly patch to prevent a segmentation fault in st when you accidentally press PrintScr with no text selected. BTW does anybody use this with a plumber? Care to explain the details? BR, Rafa diff --git a/st.c b/st.c index 69b2491..97abcbb 100644 --- a/st.c +++ b/st.c @@ -2315,9