From 6d152ed76651f93e16b16eb28e0b817daeacbb02 Mon Sep 17 00:00:00 2001 From: paris Date: Wed, 9 Apr 2014 14:43:43 +0000 Subject: [PATCH] Added data handling on paste Also bumped version to 0.3 for bower --- bower.json | 2 +- project | 1 + src/xterm.js | 5 ++--- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 120000 project 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