1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-26 13:48:53 +08:00
Chris Bradbury 96bb70f9ef
Invert comparison operators in CellView.Size() (#554)
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.
2022-09-11 13:20:27 -07:00
..
2020-08-25 16:20:58 -07:00
2020-08-25 16:20:58 -07:00
2022-08-31 11:37:42 -07:00
2020-08-25 16:20:58 -07:00
2020-08-25 16:20:58 -07:00
2020-08-25 16:20:58 -07:00
2020-08-25 16:20:58 -07:00
2022-08-31 11:37:42 -07:00
2020-08-25 16:20:58 -07:00
2020-08-25 16:20:58 -07:00

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.