mirror of https://github.com/mum4k/termdash.git
Updated Termdash API (markdown)
parent
f6623eb5ed
commit
d251536638
|
@ -8,3 +8,11 @@ The [termdash](https://github.com/mum4k/termdash/blob/master/termdash.go) packag
|
||||||
- Control screen redraw.
|
- Control screen redraw.
|
||||||
- Process runtime errors.
|
- 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
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in New Issue