Re: [dev] [st] [PATCH] Strip trailing spaces from lines when copying selection.

2013-04-14 Thread Christoph Lohmann
Greetings. Thanks, it’s applied. Sincerely, Christoph Lohmann

[dev] [st] [PATCH] Strip trailing spaces from lines when copying selection.

2013-04-14 Thread Alexander Sedov
--- st.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/st.c b/st.c index 7250da2..56dc94c 100644 --- a/st.c +++ b/st.c @@ -773,7 +773,8 @@ selcopy(void) { gp = &term.line[y][0]; last = gp + term.col; -