mouse click in the TUI is not aligned with the TUI #56
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?
for example the 1-5 tabs clicking them with the mouse is wrong - the mouse seems to targert 5 large areas over the full width, whereas the tabs are shown left-aligned (which is correct, I like it that way). The mouse activities need to be better aligned with what is on the screen.
Also the scrolling via scroll wheel feels weird, it seems to be super fast. Not at all natural.
Maybe use computer use and ghostty to run the app in such a terminal and try the mouse clicking and wheeling that way?
Implemented in
95526f8.Verification:
cargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace(43 tests plus doc tests)gotchaandgotcha-tuibinaries built and installed to~/.local/bin; installed TUI help invocation verifiedThis is a TUI-only change, so no iPhone build or deployment is required.