-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix the bug causing the width of xterm-screen to decrease when drag…
…ging the resize-box vertically - fix #79. The width of resize-box is adjusted to match that of the flex parent element when the parent is smaller than resize-box now. - bump up the version of xterm addons
- Loading branch information
Showing
8 changed files
with
123 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,8 +164,8 @@ | |
│ ├─ repository: https://github.com/babel/babel | ||
│ ├─ publisher: The Babel Team | ||
│ ├─ url: https://babel.dev/team | ||
│ ├─ path: D:\workspace\ng-terminal\node_modules\@babel\helper-create-class-features-plugin\node_modules\@babel\helper-annotate-as-pure | ||
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\@babel\helper-create-class-features-plugin\node_modules\@babel\helper-annotate-as-pure\LICENSE | ||
│ ├─ path: D:\workspace\ng-terminal\node_modules\@babel\helper-remap-async-to-generator\node_modules\@babel\helper-annotate-as-pure | ||
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\@babel\helper-remap-async-to-generator\node_modules\@babel\helper-annotate-as-pure\LICENSE | ||
├─ @babel/[email protected] | ||
│ ├─ licenses: MIT | ||
│ ├─ repository: https://github.com/babel/babel | ||
|
@@ -6144,14 +6144,14 @@ | |
│ ├─ email: [email protected] | ||
│ ├─ path: D:\workspace\ng-terminal\node_modules\xtend | ||
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\xtend\LICENSE | ||
├─ xterm-addon-fit@0.7.0 | ||
├─ xterm-addon-fit@0.8.0 | ||
│ ├─ licenses: MIT | ||
│ ├─ repository: https://github.com/xtermjs/xterm.js | ||
│ ├─ publisher: The xterm.js authors | ||
│ ├─ url: https://xtermjs.org/ | ||
│ ├─ path: D:\workspace\ng-terminal\node_modules\xterm-addon-fit | ||
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\xterm-addon-fit\LICENSE | ||
├─ xterm-addon-web-links@0.7.0 | ||
├─ xterm-addon-web-links@0.9.0 | ||
│ ├─ licenses: MIT | ||
│ ├─ repository: https://github.com/xtermjs/xterm.js | ||
│ ├─ publisher: The xterm.js authors | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.