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: