[hackers] [st] Changing the way how paste is handled, just for the nano people. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Tue, 26 Feb 2013 19:11:51 +0100

commit 1c1621da699adae49a4344b145f856dacb57270c
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Tue Feb 26 19:08:51 2013 +0100

    Changing the way how paste is handled, just for the nano people.

diff --git a/st.c b/st.c
index 83fdc6d..8b5ba64 100644
--- a/st.c
+++ b/st.c
_AT_@ -796,7 +796,7 @@ selcopy(void) {
                         }
                         /*
 at the end of every selected line except for the last one */
                         if(is_selected && y < sel.e.y)
- *ptr++ = '
';
+ *ptr++ = ' ';
                 }
                 *ptr = 0;
         }
Received on Tue Feb 26 2013 - 19:11:51 CET

This archive was generated by hypermail 2.3.0 : Tue Feb 26 2013 - 19:12:12 CET