mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-26 13:48:53 +08:00

Fixes #553 This function is supposed to return a minimum 2x2 square. However, as the comparison operators are the wrong way around a maximum 2x2 square is returned instead. Inverting the comparison operators fixes the issue.
tcell views
This package provides some enhanced functionality on top of base tcell. In particular, support for logical views, and a few different kinds of widgets like title bars, and scrollable areas, are provided.
These make up a higher level interface than tcell itself.