Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 20:39
· 107 commits to master since this release

Terminal

  • start_link/1 with :cols, :rows, :max_scrollback, :name
  • write/2 — VT-encoded data
  • resize/3 — with text reflow
  • reset/1 — full terminal reset (RIS)
  • snapshot/2:plain, :html, :vt formats
  • scroll/2 — viewport scrolling
  • cursor/1 — cursor position
  • size/1 — terminal dimensions

Build

  • libghostty-vt C API via Zig NIFs (Zigler)
  • Precompiled NIF binaries for Linux and macOS