SearchResult represents a cell that matches search query
| 70 | |
| 71 | // SearchResult represents a cell that matches search query |
| 72 | type SearchResult struct { |
| 73 | Row int |
| 74 | Col int |
| 75 | } |
| 76 | |
| 77 | // initialize tview, buffer |
| 78 | func initView() { |
nothing calls this directly
no outgoing calls
no test coverage detected