fix(tui): keep overlays centered across resizes (#950)

This commit is contained in:
Nico Bailon 2026-01-26 00:43:16 -08:00 committed by GitHub
parent b1b0fd82b6
commit c565fa9af8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 51 additions and 6 deletions

View file

@ -5,6 +5,7 @@
### Fixed
- Slash command menu now only triggers when the editor input is otherwise empty ([#904](https://github.com/badlogic/pi-mono/issues/904))
- Center-anchored overlays now stay vertically centered when resizing the terminal taller after a shrink
## [0.49.3] - 2026-01-22