You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 2025-01-23 - Prevent keyboard traps and clarify choices in TUI
3
+
**Learning:** In terminal UI environments, web-specific UX concepts translate to explicit prompt choices, clear shortcut hints ('Esc/Ctrl-C to cancel'), and avoiding keyboard traps by mapping standard interrupt bytes (`\x03`) to exit actions.
4
+
**Action:** Always map `\x03` to an exit action in raw mode, explicitly list valid input choices in prompt strings, and clearly communicate cancellation shortcuts to users.
0 commit comments