mirror of https://github.com/mum4k/termdash.git
Updated Termdash API (markdown)
parent
f6623eb5ed
commit
d251536638
|
@ -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
|
||||
|
||||
```
|
Loading…
Reference in New Issue