Skip to content

Inline Mode!

Latest
Compare
Choose a tag to compare
@salt-die salt-die released this 21 Jul 17:00
· 33 commits to main since this release

v0.35.0

  • Inline mode added (apps are rendered below the terminal prompt in inline mode). Apps can swap from alternate buffer to inline mode while running. Note that resizing terminal in inline mode (or swapping to inline mode after a resize) will trigger a screen clear. See it in action: https://github.com/user-attachments/assets/21990d3b-8290-46c1-a64c-2d284d5c2183
  • Terminal focus events now tracked and dispatched.
  • Ansi input parsing refactored. Large pastes should no longer be broken into multiple paste events.
  • Removed feature: saving output to asciicast format.
  • Python 3.12 now required. Numpy 2.0 now required.
  • Events are now mutable dataclasses.