all repos — st @ 0fbe1559c8a62a87ea3af19366220bd790179f4c

st (suckless terminal) config

Fixing meta+return. Thanks Szabolcs Nagy!
Christoph Lohmann 20h@r-36.net
commit

0fbe1559c8a62a87ea3af19366220bd790179f4c

parent

86261187ab92a037a44af72847f6ed304ea58e64

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

jump to
M st.cst.c

@@ -2694,6 +2694,9 @@ if(shift)

selpaste(); break; case XK_Return: + if(meta) + ttywrite("\033", 1); + if(IS_SET(MODE_CRLF)) { ttywrite("\r\n", 2); } else {