in the TUI, a "q" is supposed to close the app, not just the last pane #58
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?
right now "q" kinda behaves like backspace in that it goes one back, but "q" should just exit the app.
Implemented in
ccaa920.qnow exits the TUI from every non-editor state, including nested panes and confirmation overlays.qas normal text input.qunambiguously as quit.Verification:
cargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace(45 tests)q, and confirmed immediate clean process exit instead of back navigationThis is TUI-only, so no iPhone release build was performed as requested.