Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 05:41

v1.0.2

Changelog

  • Fixed a shell hang when running exec zsh after re-install (only): The standalone zsh editor now claims the controlling terminal's foreground process group before drawing, so running exec zsh in the same terminal right after a (re)install no longer stops flyline on SIGTTOU and wedges the shell until a new tab is opened.
  • improved mouse escape sequence handling: makes sure mouse capture is enabled only after the viewport is established.
  • Reliable terminal restore on interruption: The standalone zsh editor now restores the terminal (raw mode, mouse tracking, bracketed paste, cursor) if it is killed by a fatal signal such as SIGHUP/SIGTERM, so an interrupted edit can no longer leave the terminal emitting stray escape sequences.

Upstream base

  • Repository: HalFrgrd/flyline
  • Release: v1.3.0
  • Commit: 339e8bf1699064a314783c05e65593664f611a04

Full Changelog: multishell-v1.0.1...multishell-v1.0.2