tcell/views
Garrett D'Amore b05ee8f998 remove stale comment 2024-02-15 22:11:18 -08:00
..
_demos go fmt compliance fixes 2023-08-14 18:36:19 -07:00
README.md
app.go remove stale comment 2024-02-15 22:11:18 -08:00
boxlayout.go
cellarea.go fixes #683 views: remove unused contentV member 2024-02-15 22:02:01 -08:00
constants.go
panel.go
spacer.go
sstext.go
sstextbar.go
text.go
text_test.go
textarea.go
textarea_test.go
textbar.go
view.go minor style fixup 2023-02-20 21:39:19 -08:00
widget.go

README.md

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.