27307910a2
The rawMode 'always' divergence entry overstated the Ctrl+C benefit — it framed "reaching the app's interrupt handler" as the headline, which only applies under the non-default `exitOnCtrlC: false`. Both Ink and vue-tui default exitOnCtrlC to true, so by default Ctrl+C exits either way; the lazy-vs-always difference there is only the exit path/code (graceful 0 vs re-raised SIGINT 130). Reword to lead with the real default consequence (echo into the frame on no-input screens) and state the Ctrl+C difference accurately, noting it only bites an app that sets exitOnCtrlC:false. No behavior change. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>