You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
* xterm-js is better maintained and has explicit support to CJK.
* Currently printing works okay (Korean chars occupy exactly the space
of two alphabet chars) but typing does not work. :(
* TODO: embed CSS as one of Sorna's static asset.
* 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)
* To cope with non-webpack-compatible build processes, imported
xterm.js and fabric.js into our own "vendor" directory.
- fabric.js is downloaded from the official customized builder
(http://fabricjs.com/build/) and slightly modified to remove
extra "reuqire()" calls that confuse webpack.
- xterm.js is built from our fork (https://github.com/lablup/xterm.js)
and the color scheme in xterm.css is modified to match our flavor.
- In our fork of xterm.js, we have patched non-IME character inputs
for macOS/iOS Safari.
At least let's print them correctly.
The text was updated successfully, but these errors were encountered: