This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Include xterm.css into a part of webpack bundle. No additional <link> tags are required; it's automatically imported when doing `Sorna.loadWebterm();` * Modified xterm.css to make it more vibrant and readable. * Update README and webpack configs so that you can use `yarn run ...` to run pre-configured build/devserver commands using the local node_modules directory. * Resetting kernel no longer duplicates keypress events. * Now the terminal handles CJK and English input/output correctly. (tested only on Chrome)
- Loading branch information
Showing
9 changed files
with
3,400 additions
and
102 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 |
---|---|---|
|
@@ -68,3 +68,4 @@ target/ | |
|
||
# npm/webpack | ||
node_modules | ||
assets/latest |
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.