Skip to content

Commit 722293c

Browse files
committed
update xterm
and fix focus problem on new windows builds
1 parent e1e3074 commit 722293c

File tree

3 files changed

+19
-22
lines changed

3 files changed

+19
-22
lines changed

lib/console/console.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ export default class InkTerminal extends PaneItem {
6060
if (item instanceof InkTerminal) {
6161
item.view.initialize(item)
6262
item.terminal.focus()
63-
if (item.ty) {
64-
item.resize()
65-
}
6663
}
6764
}))
6865
}

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"katex": "0.11.0",
2525
"replace-in-file": "^3.0.0",
2626
"underscore-plus": "^1.6.6",
27-
"xterm": "4.0.0",
28-
"xterm-addon-fit": "^0.2.0",
29-
"xterm-addon-search": "^0.2.0",
30-
"xterm-addon-web-links": "^0.2.0"
27+
"xterm": "4.2.0",
28+
"xterm-addon-fit": "^0.3.0",
29+
"xterm-addon-search": "^0.3.0",
30+
"xterm-addon-web-links": "^0.2.1"
3131
},
3232
"scripts": {
3333
"postinstall": "node scripts/postinstall.js"

0 commit comments

Comments
 (0)