Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.
Leave the compose bar its room when the jump button is there
Two faults, one screen. The scroll's `:reserve` counted the separator and the
compose bar but not the jump button above them, so the moment that button
appeared the list grew over the compose bar and pushed it and Send off the
bottom of the window.
And sticking had been made to follow `at-present?` rather than staying on,
which was mine: egui already releases its own stick when the reader scrolls
away, and driving it from the flag that the scroll itself reports meant one
spurious "away" latched the button on with the view sitting at the end. It is
plainly `true` again — the jump it was working around is handled where it
belongs, in vidya, where sticking now stands down for the frame a jump takes.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>