repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
1941f3e
parent
ef8999f
author
Eric Bower
date
2024-05-16 13:20:38 -0400 EDT
chore(pgs): set default height to 24
1 files changed,  +1, -1
M pgs/wish.go
+1, -1
1@@ -79,7 +79,7 @@ func WishMiddleware(handler *uploadassets.UploadAssetHandler) wish.Middleware {
2 
3 			// default width and height when no pty
4 			width := 80
5-			height := 60
6+			height := 24
7 			pty, _, ok := sesh.Pty()
8 			if ok {
9 				width = pty.Window.Width