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

..22-Sep-2019-

_demos/H22-Sep-2019-388293

README.mdH A D22-Sep-2019279 85

app.goH A D22-Sep-20194.4 KiB196135

boxlayout.goH A D22-Sep-20196.8 KiB332255

cellarea.goH A D22-Sep-20196.5 KiB317246

constants.goH A D22-Sep-20191.7 KiB6120

panel.goH A D22-Sep-20192.5 KiB11265

spacer.goH A D22-Sep-20191.5 KiB5421

sstext.goH A D22-Sep-20193.7 KiB12766

sstextbar.goH A D22-Sep-20193 KiB11471

text.goH A D22-Sep-20196.3 KiB280199

textarea.goH A D22-Sep-20193.3 KiB148101

textbar.goH A D22-Sep-20194.3 KiB194132

view.goH A D22-Sep-20199 KiB301178

widget.goH A D22-Sep-20195.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