Browse Source

Fixing meta+return. Thanks Szabolcs Nagy!

master
Christoph Lohmann 12 years ago
parent
commit
0fbe1559c8
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      st.c

+ 3
- 0
st.c View File

@ -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 {


Loading…
Cancel
Save