• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Feb-2021-

_demos/H20-Feb-2021-394293

README.mdH A D20-Feb-2021279 85

app.goH A D20-Feb-20214.4 KiB196135

boxlayout.goH A D20-Feb-20216.8 KiB332255

cellarea.goH A D20-Feb-20216.6 KiB319246

constants.goH A D20-Feb-20211.7 KiB6120

panel.goH A D20-Feb-20212.5 KiB11265

spacer.goH A D20-Feb-20211.5 KiB5421

sstext.goH A D20-Feb-20213.7 KiB12866

sstextbar.goH A D20-Feb-20213 KiB11471

text.goH A D20-Feb-20216.3 KiB279199

text_test.goH A D20-Feb-2021240 2016

textarea.goH A D20-Feb-20213.4 KiB156104

textarea_test.goH A D20-Feb-2021448 1813

textbar.goH A D20-Feb-20214.4 KiB194132

view.goH A D20-Feb-20219 KiB301178

widget.goH A D20-Feb-20215.1 KiB16173

README.md

1## tcell views
2
3This package provides some enhanced functionality on top of base tcell.
4In particular, support for logical views, and a few different kinds of
5widgets like title bars, and scrollable areas, are provided.
6
7These make up a higher level interface than tcell itself.
8