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
refactor(terminal): clarify Ctrl+C retry naming and comments per review (#266)
- rename ABORT_MAX_ATTEMPTS -> CTRL_C_SEND_LIMIT (total sends) and start the
retry loop at sent=1 so the bound reads naturally
- document why both isListening and terminal.busy are checked
- cross-reference the mirrored test constants to the production ones
- note the double-abort send-count assumption in the test
- drop the unused changeset
0 commit comments