all repos — st @ 1c1621da699adae49a4344b145f856dacb57270c

st (suckless terminal) config

Changing the way how paste is handled, just for the nano people.
Christoph Lohmann 20h@r-36.net
commit

1c1621da699adae49a4344b145f856dacb57270c

parent

1aa26b4ecd68e6071d36e9103aa9c21711bbf6ea

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -796,7 +796,7 @@ ptr += size;

} /* \n at the end of every selected line except for the last one */ if(is_selected && y < sel.e.y) - *ptr++ = '\n'; + *ptr++ = '\r'; } *ptr = 0; }