changed xtermjs to use the unicode 11 rules

This commit is contained in:
2025-12-17 22:52:52 +09:00
parent 2ea3f52fd1
commit 80ebd23858
8 changed files with 50 additions and 5 deletions

View File

@@ -126,6 +126,8 @@ type json_xterm_ws_event struct {
var xterm_js []byte
//go:embed xterm-addon-fit.js
var xterm_addon_fit_js []byte
//go:embed xterm-addon-unicode11.js
var xterm_addon_unicode11_js []byte
//go:embed xterm.css
var xterm_css []byte
//go:embed xterm.html