Running daytona create scrambled the interactive TUI form — pressing Enter moved the text down instead of selecting, the form title went missing, and the screen only recovered after Ctrl+C. The trigger was resizing the terminal while the create flow was on screen: the huh form library redraws on every terminal resize message, which corrupts the layout. Reported on Daytona CLI v0.18.0 on macOS.