From c8ff617871a4ed771719ed9c0d1b625aa1621ded Mon Sep 17 00:00:00 2001 From: John Costa Date: Sun, 1 Jun 2025 20:39:48 +0100 Subject: [PATCH] test --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index ff005dc..a425f90 100644 --- a/main.go +++ b/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(),