Skip to content
Snippets Groups Projects
Commit 05dff557 authored by mcmlxxix's avatar mcmlxxix
Browse files

append CRLF to submitted text strings

parent 51f47fc5
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ function InputLine(x,y,w,max,bg,fg,title)
}
}
var command=this.buffer;
var command=this.buffer + "\r\n";
this.reset();
this.clear();
return command;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment