test
This commit is contained in:
3
main.go
3
main.go
@ -262,9 +262,10 @@ const (
|
||||
|
||||
func initServer() {
|
||||
s, err := wish.NewServer(
|
||||
ssh.AllocatePty(),
|
||||
|
||||
wish.WithAddress(net.JoinHostPort(host, port)),
|
||||
wish.WithMiddleware(
|
||||
bubbletea.MiddlewareWithColorProfile(teaHandler, termenv.ANSI256),
|
||||
bubbletea.Middleware(teaHandler),
|
||||
activeterm.Middleware(), // Bubble Tea apps usually require a PTY.
|
||||
logging.Middleware(),
|
||||
|
Reference in New Issue
Block a user