updates in the TUI overwrite the key hints in the status bar #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the key hints in the status bar should come back after a moment after the auto-update triggers and shows it updated, so that the user gets a new view of the supported keys.
Implemented in
1a43bf1.Updated HH:MM:SSfor two seconds, then automatically restore the full key-hint footer.Verification:
cargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace(44 tests plus doc tests)gotchaandgotcha-tuibuilt and installed to~/.local/bin; installed artifacts byte-match the release buildThis is a TUI-only change, so no iPhone build or deployment is required.