PutStrStyled writes a string starting at the given position, using the given style. The content is clipped to the screen dimensions.
(x int, y int, str string, style Style)
| 52 | // PutStrStyled writes a string starting at the given position, using |
| 53 | // the given style. The content is clipped to the screen dimensions. |
| 54 | PutStrStyled(x int, y int, str string, style Style) |
| 55 | |
| 56 | // Get the contents at the given location. If the |
| 57 | // coordinates are out of range, then the values will be 0, nil, |
no outgoing calls