Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 308 Bytes

CHANGELOG.md

File metadata and controls

14 lines (9 loc) · 308 Bytes

Unreleased

Added

  • stdio-client for a direct STDIN/STDOUT connection
  • Added access to screen and bounding box dimensions during rendering

Fixed

  • Fix re-rendering when the terminal size changes, before there would often be artifacts.
  • Fix endless loop when client socket closes

Changed