Skip to content

Commit e631861

Browse files
tjazerzenclaude
andcommitted
Refactor TUI exit keybinding: use Ctrl+D instead of double Ctrl+C
- Changed Ctrl+C to only copy selected text (does nothing if no selection) - Added Ctrl+D for immediate exit without confirmation - Removed double Ctrl+C to quit logic and quit-pending state - Removed ESC to cancel quit logic - Updated footer and success messages to reflect new keybindings - Cleaned up unused CSS class for quit-pending state Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2b90e77 commit e631861

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tui/components.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class CustomFooter(Horizontal):
1919
def __init__(self, render_id: str = "", **kwargs):
2020
super().__init__(**kwargs)
2121
self.render_id = render_id
22-
self._footer_text_widget: Optional[Static] = None
2322

2423
def compose(self):
2524
self._footer_text_widget = Static(self.FOOTER_TEXT, classes="custom-footer-text")

0 commit comments

Comments
 (0)