Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- README updates
- Remove unused imports/vars
- Fix docker_compose port
- Make cols and rows readonly
- Fix links on lines that start with \t
- Remove unused font-family in CSS
- Support typed array in parser
- Time-based data input limit
- Fix mouseEvents when entering before attach to element
- Make textarea position work in CSS transform
- Remove shift in _innerWrite
- Fix renderer pausing in some envs
- Fix link hover when link on edge of terminal

Fixes #66632
  • Loading branch information
Tyriar committed Mar 8, 2019
1 parent ac46ca2 commit 1c41ee3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"vscode-ripgrep": "^1.2.5",
"vscode-sqlite3": "4.0.7",
"vscode-textmate": "^4.0.1",
"vscode-xterm": "3.12.0-beta5",
"vscode-xterm": "3.13.0-beta1",
"yauzl": "^2.9.1",
"yazl": "^2.4.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9454,10 +9454,10 @@ [email protected]:
dependencies:
nan "^2.12.1"

vscode-xterm@3.12.0-beta5:
version "3.12.0-beta5"
resolved "https://registry.yarnpkg.com/vscode-xterm/-/vscode-xterm-3.12.0-beta5.tgz#cc1ab88fd564c2ddc36269f7e2b5c9740243a409"
integrity sha512-/UiL1pPm5MKllLyUlKwD5TAOAO8PObWAKQ0Hg3Z3tkF2zkNnR+fT0u+J/J6yWFtOoZ27Cj6QhFEfoiH6WSoXVQ==
vscode-xterm@3.13.0-beta1:
version "3.13.0-beta1"
resolved "https://registry.yarnpkg.com/vscode-xterm/-/vscode-xterm-3.13.0-beta1.tgz#c1f4d90fe201f7e3afe7e7e0835f0b093a09afd5"
integrity sha512-NxWVk+q5cbHpbLFME+RfQ2RmJdR95lxjnhZEkXgHPOkmblzoHxRsZY9yF85Zfl5oNaiLMre9OwuhkHAZBQX8vg==

[email protected]:
version "6.1.2-preview"
Expand Down

0 comments on commit 1c41ee3

Please sign in to comment.