mirror of https://github.com/gdamore/tcell.git
178ac4393a
Pasting is not supported when using the `Application` view. This commit enables pasting support on an opt-in basis. Fixes #552 |
||
---|---|---|
.. | ||
_demos | ||
README.md | ||
app.go | ||
boxlayout.go | ||
cellarea.go | ||
constants.go | ||
panel.go | ||
spacer.go | ||
sstext.go | ||
sstextbar.go | ||
text.go | ||
text_test.go | ||
textarea.go | ||
textarea_test.go | ||
textbar.go | ||
view.go | ||
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.