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

Removing SetCursor makes it possible to add lines to the model on the fly, while keeping the cursor in position. Go also initializes them with 0, no need to set it manually.
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.