merged xterm.html and xterm-pts.html

made relevant code changes oin the server side as well
This commit is contained in:
2025-06-22 13:11:25 +09:00
parent 7835696166
commit d092540f08
9 changed files with 107 additions and 339 deletions

View File

@ -128,8 +128,12 @@ var xterm_addon_fit_js []byte
var xterm_css []byte
//go:embed xterm.html
var xterm_html string
//go:embed xterm-pts.html
var xterm_pts_html []byte
type xterm_session_info struct {
Mode string
ConnId string
RouteId string
}
// ---------------------------------------------------------