Releases: gdamore/tcell
Releases · gdamore/tcell
Version 2.3.3 Bug Fix Release
This fixes a problem handling the last character cell in the bottom row on some terminals, using the auto-margin hack.
Version 2.3.2 Bug Fix Release
This release creates -256color terminal descriptions if they don't exist.
This should improve color across a number of terminals.
Version 2.3.1 Bug fix release
This release fixes a resize regression introduced in v2.3.0. Resizing the window would cause a panic in v2.3.0.
Version 2.3.0 Features & Fixes
Version 2.3.0 brings in three new features, and also addresses a few bugs.
New features:
- A new Tty interface is available to allow for custom Tty backends (for example to implement an SSH web-based alternative) (fixes #148)
- Screen.HasPendingEvent() is provided to permit collecting multiple events between screen refreshes (fixes #422)
- FromImageColor() is available to convert an image.Color into a tcell.Color (fixes #450)
Bug fixes: