v1.3.57
- Fix a stale Ctrl+C interrupt silently dropping a later statement in a
;-separated command with no error shown (e.g.cd ..;pwould cd but never print output). Pressing Ctrl+C to abort or retype a command at the prompt set a process-wide flag that lingered until the next unrelated command consumed it. The flag is now cleared before each new top-level command starts.