gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source
https://gno.land/
Other
844 stars 344 forks source link

Crash on resize (width shouldn't matter) #12

Closed faddat closed 1 year ago

faddat commented 3 years ago

https://github.com/gnolang/gno/blob/d19745b80943625eb82680cc9507d07b9f7f2598/logos/cmd/logos.go#L173

I looked at a few other tcell apps. I think we may want to get rid of width in logos, but I will need to investigate this further.

One had a handler for when the window is resized.

moul commented 2 years ago

is this still relevant?

thehowl commented 1 year ago

logos was last touched in 2021, and on top of it, this may not even be an issue anymore (alacritty resizes it just fine). Closing