SetStyle sets the default style to use when clearing the screen or when StyleDefault is specified. If it is also StyleDefault, then whatever system/terminal default is relevant will be used.
(style Style)
| 81 | // or when StyleDefault is specified. If it is also StyleDefault, |
| 82 | // then whatever system/terminal default is relevant will be used. |
| 83 | SetStyle(style Style) |
| 84 | |
| 85 | // ShowCursor is used to display the cursor at a given location. |
| 86 | // If the coordinates -1, -1 are given or are otherwise outside the |