feat(muxterm): PTY pool with attach, resize, cleanup

This commit is contained in:
Ken
2026-05-28 06:09:39 +00:00
parent ecc6c6979c
commit 3f0e31007f
5 changed files with 363 additions and 5 deletions
+1 -4
View File
@@ -2,7 +2,4 @@ module github.com/muxplex/muxterm
go 1.22
require (
github.com/creack/pty v1.1.24
github.com/gorilla/websocket v1.5.3
)
require github.com/creack/pty v1.1.24