diff --git a/bower.json b/bower.json index 9fe001f1..b2d3e939 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { "name": "xterm.js", - "version": "0.2", + "version": "0.3", "ignore": ["demo", "docs", "test", ".gitignore"] } \ No newline at end of file diff --git a/project b/project new file mode 120000 index 00000000..24ce571d --- /dev/null +++ b/project @@ -0,0 +1 @@ +/mnt/project/ \ No newline at end of file diff --git a/src/xterm.js b/src/xterm.js index de43f61d..17df459a 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -419,9 +419,8 @@ Terminal.bindPaste = function(term) { ev.stopPropagation(); if (ev.clipboardData) { var text = ev.clipboardData.getData('text/plain'); - for (var i=0; i