Skip to content

Commit

Permalink
Uplevel xterm.js
Browse files Browse the repository at this point in the history
Fixes issue of change terminal line-height breaking scrolling
Fixes #9822
  • Loading branch information
Tyriar committed Aug 18, 2016
1 parent 472756b commit b639303
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"vscode-debugprotocol": "1.11.0",
"vscode-textmate": "2.1.1",
"winreg": "1.2.0",
"xterm": "git+https://github.com/sourcelair/xterm.js.git#b32a34b",
"xterm": "git+https://github.com/sourcelair/xterm.js.git#6e8e78d",
"yauzl": "2.3.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
display: none;
position: absolute;
white-space: nowrap;
z-index: 1;
}

.terminal .composition-view.active {
Expand Down

0 comments on commit b639303

Please sign in to comment.