| 7 | ) |
| 8 | |
| 9 | type HintAPI interface { |
| 10 | ShowMessage(msg string) |
| 11 | SetCursorToPointer() |
| 12 | ResetCursor() |
| 13 | Highlight(start termutil.Position, end termutil.Position, label string, img image.Image) |
| 14 | ClearHighlight() |
| 15 | CellSize() image.Point |
| 16 | } |
no outgoing calls
no test coverage detected