kopia lustrzana https://github.com/c9/core
change \r\n to \n when pasting in terminal
rodzic
a65656baee
commit
058508d97a
|
@ -206,7 +206,7 @@ define(function(require, exports, module) {
|
|||
}]);
|
||||
|
||||
ace.onPaste = function(text) {
|
||||
this.send(text);
|
||||
this.send(text.replace(/\r\n/g, "\n"));
|
||||
};
|
||||
|
||||
ace.setKeyboardHandler(this);
|
||||
|
|
Ładowanie…
Reference in New Issue