Updated Termdash API (markdown)

Jakub Sobon 2019-02-24 00:52:49 -05:00
parent f6623eb5ed
commit d251536638
1 changed files with 9 additions and 1 deletions

@ -7,4 +7,12 @@ The [termdash](https://github.com/mum4k/termdash/blob/master/termdash.go) packag
- Start and stop the application.
- Control screen redraw.
- Process runtime errors.
- Subscribe to keyboard an mouse events.
- Subscribe to keyboard an mouse events.
## Starting and stopping the application
The simplest way to start Termdash is to use the [Run](https://github.com/mum4k/termdash/blob/c861ecef303ac648f926597f28c9f44994a1ca8b/termdash.go#L91-L103) function:
```go
```