tcell/views
Andreas Deininger 1985c48151 Fix typos 2024-10-06 09:24:43 -07:00
..
_demos go fmt compliance fixes 2023-08-14 18:36:19 -07:00
README.md fixes #62 windows console may have FIFO hang 2015-10-30 12:18:06 -07:00
app.go remove stale comment 2024-02-15 22:11:18 -08:00
boxlayout.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
cellarea.go fixes #683 views: remove unused contentV member 2024-02-15 22:02:01 -08:00
constants.go fixes #543 Horizontal, Vertical should have type Orientation (#544) 2022-08-30 12:08:59 -07:00
panel.go Go fmt for the project. 2022-08-31 11:37:42 -07:00
spacer.go Fix typos 2024-10-06 09:24:43 -07:00
sstext.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
sstextbar.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
text.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
text_test.go Fixed text incorrect width calculation for multiline strings 2020-03-15 10:34:41 -07:00
textarea.go Go fmt for the project. 2022-08-31 11:37:42 -07:00
textarea_test.go Fix TextArea SetContent method 2020-05-07 07:39:48 -07:00
textbar.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
view.go minor style fixup 2023-02-20 21:39:19 -08:00
widget.go Fix typos 2024-10-06 09:24:43 -07:00

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.