merged xterm.html and xterm-pts.html
made relevant code changes oin the server side as well
This commit is contained in:
8
hodu.go
8
hodu.go
@ -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
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user