From a38cac92e8b644d6851666af0e7a8945e1c91012 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 22 Aug 2016 20:05:27 -0700 Subject: [PATCH] Update xterm.js to 1.1.2 Major feature upgrade is that IMEs now work, so people can type non-latin characters into them! Also has: - Better mouse support - Signed releases - Scrollbar https://github.com/sourcelair/xterm.js/releases/tag/1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f760e1f26..4f68a3c45 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "moment": "^2.8.4", "preact": "^4.5.1", "preact-compat": "^1.7.0", - "xterm": "^1.0" + "xterm": "^1.1.2" } }