1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

Updated Terminal API (markdown)

Jakub Sobon 2019-02-24 02:53:08 -05:00
parent 4fa803f264
commit b15cce1577

@ -6,6 +6,10 @@ The [terminalapi](https://github.com/mum4k/termdash/tree/master/terminal/termina
The public API surface of this package consists of the following:
## [terminalapi.Terminal](https://github.com/mum4k/termdash/blob/ffbf88caeddb1735dcf2a5f735eec80dc9cf9fe7/terminal/terminalapi/terminalapi.go#L25-L52)
All terminal implementations must implement this interface.
## [terminalapi.ColorMode](https://github.com/mum4k/termdash/blob/ffbf88caeddb1735dcf2a5f735eec80dc9cf9fe7/terminal/terminalapi/color_mode.go#L19-L20)
The **ColorMode** property specifies the amount of colors that can be displayed on a terminal and how are they addressed.