Go to file
Oliver f5788cfc52 Added regions and highlights to TextView. 2017-12-24 00:08:52 +01:00
demos Added regions and highlights to TextView. 2017-12-24 00:08:52 +01:00
LICENSE.txt
README.md
application.go Added regions and highlights to TextView. 2017-12-24 00:08:52 +01:00
box.go Added regions and highlights to TextView. 2017-12-24 00:08:52 +01:00
button.go Added TextView. All subclasses of Box now also have inside padding. 2017-12-21 18:08:53 +01:00
checkbox.go Added TextView. All subclasses of Box now also have inside padding. 2017-12-21 18:08:53 +01:00
doc.go Added Checkbox, Modal, and Pages. 2017-12-20 20:54:49 +01:00
dropdown.go Added TextView. All subclasses of Box now also have inside padding. 2017-12-21 18:08:53 +01:00
flex.go Added TextView. All subclasses of Box now also have inside padding. 2017-12-21 18:08:53 +01:00
focusable.go Added list, improved existing primitives, and fixed a bunch of bugs. 2017-12-16 22:48:26 +01:00
form.go Added TextView. All subclasses of Box now also have inside padding. 2017-12-21 18:08:53 +01:00
frame.go Added TextView. All subclasses of Box now also have inside padding. 2017-12-21 18:08:53 +01:00
inputfield.go Added TextView. All subclasses of Box now also have inside padding. 2017-12-21 18:08:53 +01:00
list.go Added TextView. All subclasses of Box now also have inside padding. 2017-12-21 18:08:53 +01:00
modal.go Added TextView. All subclasses of Box now also have inside padding. 2017-12-21 18:08:53 +01:00
pages.go Added Checkbox, Modal, and Pages. 2017-12-20 20:54:49 +01:00
primitive.go Added Checkbox, Modal, and Pages. 2017-12-20 20:54:49 +01:00
textview.go Added regions and highlights to TextView. 2017-12-24 00:08:52 +01:00
util.go Added Checkbox, Modal, and Pages. 2017-12-20 20:54:49 +01:00

README.md

Widgets for Terminal GUIs

Based on github.com/gdamore/tcell.

Work in progress.