Update README.md

This commit is contained in:
Roi Martin (@nibble_ds) 2014-01-28 09:36:57 +01:00
parent 553b48c903
commit 4c22f4abd9

View File

@ -1,7 +1,7 @@
GOCUI - Go Console User Interface
=================================
Minimalist Go library aimed at creating Console User Interfaces.
Minimalist Go package aimed at creating Console User Interfaces.
Installation
------------
@ -11,6 +11,15 @@ Documentation
-------------
godoc github.com/jroimartin/gocui
Features
--------
* Minimalist API.
* Views (the "windows" in the GUI) implement the interface io.Writer.
* Support for overlapping views.
* The GUI can be modified at runtime.
* Global and view-level keybindings.
* Edit mode.
Example
-------
func layout(g *gocui.Gui) error {