summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/cjbassi/termui/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/cjbassi/termui/README.md')
-rw-r--r--vendor/github.com/cjbassi/termui/README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/vendor/github.com/cjbassi/termui/README.md b/vendor/github.com/cjbassi/termui/README.md
index 306f6a7..5201197 100644
--- a/vendor/github.com/cjbassi/termui/README.md
+++ b/vendor/github.com/cjbassi/termui/README.md
@@ -1,5 +1,20 @@
# termui
-A fork of [gizak](https://github.com/gizak/termui) with a lot of codebase improvements.
+A fork of [termui](https://github.com/gizak/termui) with a lot of code cleanup and (frequently asked for) improvements.
You can see an implementation/example usage of this library [here](https://github.com/cjbassi/gotop).
+
+Some usage improvements include:
+* better event/keypress names
+* more convenient event handling function
+* 256 colors
+* better grid system
+* linegraph uses [drawille-go](https://github.com/exrook/drawille-go)
+ * no longer have to choose between dot mode and braille mode; uses a superior braille mode
+* table supports mouse and keyboard navigation
+* more powerful table column width sizing
+* visual improvements to linegraph and table
+
+TODO:
+* readd widgets that were removed like the list and bargraph
+* focusable widgets