Skip to content

Commit

Permalink
fix: update xterm.js fixes billchurch#261
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed Dec 9, 2021
1 parent c080245 commit c72d2ce
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/client/public/webssh2.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/client/public/webssh2.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*!
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
4 changes: 4 additions & 0 deletions app/client/public/webssh2.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
text-decoration: underline;
}

.xterm-strikethrough {
text-decoration: line-through;
}

body, html {
font-family: helvetica, sans-serif, arial;
font-size: 1em;
Expand Down
14 changes: 7 additions & 7 deletions app/package-lock.json

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

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-merge": "^5.7.3",
"xterm": "^4.12.0",
"xterm": "^4.15.0",
"xterm-addon-fit": "^0.5.0"
},
"resolutions": {
Expand Down

0 comments on commit c72d2ce

Please sign in to comment.