chore(claudbg-wfoe): mark bean completed
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
02e86e5062
commit
b710a775fa
@ -1,11 +1,13 @@
|
|||||||
---
|
---
|
||||||
# claudbg-wfoe
|
# claudbg-wfoe
|
||||||
title: 'TUI: Ctrl+C immediately quits without confirmation'
|
title: 'TUI: Ctrl+C immediately quits without confirmation'
|
||||||
status: in-progress
|
status: completed
|
||||||
type: feature
|
type: feature
|
||||||
priority: normal
|
priority: normal
|
||||||
created_at: 2026-04-01T16:47:04Z
|
created_at: 2026-04-01T16:47:04Z
|
||||||
updated_at: 2026-04-01T16:57:38Z
|
updated_at: 2026-04-01T16:59:41Z
|
||||||
---
|
---
|
||||||
|
|
||||||
Support Ctrl+C to immediately quit without confirmation. Currently quit requires a confirmation dialog; Ctrl+C should bypass this and exit immediately.
|
Support Ctrl+C to immediately quit without confirmation. Currently quit requires a confirmation dialog; Ctrl+C should bypass this and exit immediately.
|
||||||
|
|
||||||
|
Added Ctrl+C handling at the top of handle_event in src/tui/run.rs, before any modal checks, so it sets should_quit=true immediately regardless of which dialog/screen is active. Updated help modal text (src/tui/modals/help_modal.rs) to document both 'q/Q quit (confirm)' and 'Ctrl+C quit immediately'. Added 3 tests: ctrl_c_quits_immediately, ctrl_c_quits_through_quit_dialog, ctrl_c_quits_through_help_modal.
|
||||||
|
|||||||
Loading…
Reference in New Issue