Bump version to 2.8.1

Signed-off-by: Paris Kasidiaris <paris@sourcelair.com>
This commit is contained in:
Paris Kasidiaris
2017-07-08 14:02:43 +00:00
parent b8944beea9
commit 2b92996d7c
5 changed files with 10707 additions and 4390 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xterm.js",
"version": "2.8.0",
"version": "2.8.1",
"ignore": ["demo", "test", ".gitignore"],
"main": [
"dist/xterm.js",
+3
View File
@@ -430,6 +430,9 @@ var InputHandler = (function () {
this._terminal.y--;
this._terminal.scroll(true);
}
else {
this._terminal.lines.get(this._terminal.y).isWrapped = true;
}
}
else {
if (ch_width === 2)
+1 -1
View File
File diff suppressed because one or more lines are too long
+10701 -4387
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "2.8.0",
"version": "2.8.1",
"ignore": [
"demo",
"test",