pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8626118
)
Fixing meta+return. Thanks Szabolcs Nagy!
author
Christoph Lohmann
<20h@r-36.net>
Sat, 3 Nov 2012 23:04:56 +0000
(
00:04
+0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sat, 3 Nov 2012 23:04:56 +0000
(
00:04
+0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
4c6783b
..
f063029
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2694,6
+2694,9
@@
kpress(XEvent *ev) {
selpaste();
break;
case XK_Return:
+ if(meta)
+ ttywrite("\033", 1);
+
if(IS_SET(MODE_CRLF)) {
ttywrite("\r\n", 2);
} else {