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

..15-Jan-2020-

_demos/H15-Jan-2020-388293

README.mdH A D15-Jan-2020279 85

app.goH A D15-Jan-20204.4 KiB196135

boxlayout.goH A D15-Jan-20206.8 KiB332255

cellarea.goH A D15-Jan-20206.5 KiB317246

constants.goH A D15-Jan-20201.7 KiB6120

panel.goH A D15-Jan-20202.5 KiB11265

spacer.goH A D15-Jan-20201.5 KiB5421

sstext.goH A D15-Jan-20203.7 KiB12766

sstextbar.goH A D15-Jan-20203 KiB11471

text.goH A D15-Jan-20206.3 KiB280199

textarea.goH A D15-Jan-20203.3 KiB148101

textbar.goH A D15-Jan-20204.3 KiB194132

view.goH A D15-Jan-20209 KiB301178

widget.goH A D15-Jan-20205.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