Releases: gdamore/tcell
Releases · gdamore/tcell
Version 2.3.5 Bug Fix Release
This simply adds the sun-256color terminal as a built in. It was inadvertently overlooked.
Version 2.3.4 Bug Fix Release
This fixes the color handling of the Solaris and illumos consoles.
Note that the terminfo entry for these terminals has bugs.
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: