> 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
> 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
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