tcell/views
Chris Bradbury 178ac4393a Enable paste support in `views.Application`
Pasting is not supported when using the `Application` view. This commit enables pasting support on an opt-in basis.

Fixes #552
2022-10-16 22:32:30 -07:00
..
_demos
README.md
app.go Enable paste support in `views.Application` 2022-10-16 22:32:30 -07:00
boxlayout.go
cellarea.go Invert comparison operators in `CellView.Size()` (#554) 2022-09-11 13:20:27 -07: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 Remove redundant 'equal to' comparison in `ViewPort.ValidateView` methods. (#557) 2022-09-11 13:16:51 -07:00
widget.go widgets: lock access to WidgetWatchers internal map 2022-10-16 22:31:04 -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.