Skip to content

v0.0.20

Choose a tag to compare

@migueldeicaza migueldeicaza released this 30 Aug 21:01
· 11 commits to main since this release
  • This brings a new 3D selector, extending the existing 2D selector.

  • Startup now waits until activation and scene restoration before
    opening a window, and only opens when no documents or terminal windows
    already exist. Document launch is suppressed by default to avoid
    duplicate untitled instances.

  • Do not spawn Tecolot into a different desktop.

  • Terminal paste handling now prefers the active process control bytes
    for filtered paste. Like Xterm does.

  • Settings Escape closes via an explicit key-down monitor, so it works
    all the time.

From SwiftTerm

  • LocalProcess: fix for race on shutdown.

  • Implementation of new DEC Private modes:

  • ?2004 — Bracketed paste
  • ?2031 — Color scheme update reporting
  • ?2033 — Visibility reporting
  • ?2048 — In-band size reporting
  • ?5522 — Kitty clipboard/paste event mode
  • ?2027 — Grapheme clustering mode (implemented as permanent, no-op support in terminal behavior)
  • ?117 — Treated as “permanently reset” in mode query responses