-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new opt-in RescaleOverlappingGlyphs option
- Loading branch information
1 parent
dccf370
commit d5b64e5
Showing
5 changed files
with
24 additions
and
11 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 |
---|---|---|
|
@@ -92,9 +92,8 @@ Blazor WebAssembly `index.html` | |
<script src="_framework/blazor.webassembly.js"></script> | ||
<script>navigator.serviceWorker.register('service-worker.js');</script> | ||
|
||
<!-- Load the XtermBlazor library and register addons --> | ||
<script src="_content/XtermBlazor/XtermBlazor.min.js"></script> | ||
|
||
<!-- Register addon to XtermBlazor --> | ||
<script>XtermBlazor.registerAddons({"addon-fit": new FitAddon.FitAddon()});</script> | ||
``` | ||
|
||
|
@@ -104,9 +103,9 @@ Blazor Server `_Host.cshtml` | |
<script src="https://cdn.jsdelivr.net/npm/@@xterm/[email protected]/lib/addon-fit.min.js"></script> | ||
|
||
<script src="_framework/blazor.server.js"></script> | ||
<script src="_content/XtermBlazor/XtermBlazor.min.js"></script> | ||
|
||
<!-- Register addon to XtermBlazor --> | ||
<!-- Load the XtermBlazor library and register addons --> | ||
<script src="_content/XtermBlazor/XtermBlazor.min.js"></script> | ||
<script>XtermBlazor.registerAddons({"addon-fit": new FitAddon.FitAddon()});</script> | ||
``` | ||
|
||
|
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