tcell/views
Anatoly Rugalev 96a065d8ff Fixed text incorrect width calculation for multiline strings 2020-03-15 10:34:41 -07:00
..
_demos Remove unnecessary initialization 2017-06-20 20:10:52 -07:00
README.md fixes #62 windows console may have FIFO hang 2015-10-30 12:18:06 -07:00
app.go fix regression caused by #177 in cleaning up 2018-01-08 09:49:58 -08:00
boxlayout.go fixes #238 views: BoxLayout.Draw does unnecessary filling 2018-09-23 19:54:34 -07:00
cellarea.go Add GetModel() method to CellView 2020-02-28 11:53:41 -08:00
constants.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
panel.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
spacer.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
sstext.go fixes #116 Various improvements to tcell Views API 2016-05-24 00:50:38 -07:00
sstextbar.go fixes #116 Various improvements to tcell Views API 2016-05-24 00:50:38 -07:00
text.go Fixed text incorrect width calculation for multiline strings 2020-03-15 10:34:41 -07:00
text_test.go Fixed text incorrect width calculation for multiline strings 2020-03-15 10:34:41 -07:00
textarea.go views: fix corner case for limitCursor() 2017-06-20 20:13:35 -07:00
textbar.go fixes #72 Make TextBar zero value usable 2015-11-04 11:24:20 -08:00
view.go fixes #114 Add Fill() method View API 2016-05-23 14:55:11 -07:00
widget.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08: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.