Skip to content

v1.3.57

Choose a tag to compare

@fermat-tech fermat-tech released this 15 Jul 07:31
  • Fix a stale Ctrl+C interrupt silently dropping a later statement in a ;-separated command with no error shown (e.g. cd ..;p would 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.