* Upgrading xterm.js with emoji support

* Removing emoji shortcut

My understanding is that this was needed at some point because we
weren't typing into a textarea. No that we're typing into a textarea the
browser (i.e. Chromium) handles this for us
This commit is contained in:
Juan Campa 2019-01-04 20:35:17 -05:00 committed by Guillermo Rauch
parent fbc11a03dd
commit bc2d32ba1d
2 changed files with 1 additions and 2 deletions

View file

@ -45,7 +45,6 @@
"editor:deleteBeginningLine": "command+backspace",
"editor:deleteEndLine": "command+delete",
"editor:clearBuffer": "command+k",
"editor:emojis": "command+ctrl+space",
"editor:break": "ctrl+c",
"plugins:update": "command+shift+u"
}

View file

@ -210,7 +210,7 @@
"styled-jsx": "2.2.6",
"stylis": "3.5.0",
"uuid": "3.1.0",
"xterm": "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.9.1-3.tgz"
"xterm": "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.10.0-1.tgz"
},
"devDependencies": {
"ava": "0.25.0",