added pty terminal support to the client side

This commit is contained in:
2025-06-21 02:43:28 +09:00
parent 01eb2edd6e
commit 6baf3b2b53
15 changed files with 748 additions and 35 deletions

View File

@ -15,6 +15,7 @@ SRCS=\
client-ctl.go \
client-metrics.go \
client-peer.go \
client-pts.go \
hodu.go \
hodu.pb.go \
hodu_grpc.pb.go \
@ -32,7 +33,8 @@ DATA = \
xterm.css \
xterm.js \
xterm-addon-fit.js \
xterm.html
xterm.html \
xterm-pts.html
CMD_DATA=\
cmd/rsa.key \