--- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index 1b01353..29a8a1d 100644 --- a/st.c +++ b/st.c _AT_@ -974,7 +974,7 @@ selcopy(void) { ex = sel.ne.x; if(sel.nb.y == sel.ne.y && sel.ne.x < sel.nb.x) ex = sel.nb.x; - if(i < ex) + if(i < ex && i != term.col - 1) *ptr++ = '\n'; } } -- 1.8.3.3Received on Sat Aug 10 2013 - 10:37:30 CEST
This archive was generated by hypermail 2.3.0 : Sat Aug 10 2013 - 10:48:05 CEST