(v *gocui.View, maxX int)
| 364 | } |
| 365 | |
| 366 | func (bt *bugTable) renderHelp(v *gocui.View, maxX int) { |
| 367 | _, _ = fmt.Fprint(v, bugTableHelp.Render(maxX)) |
| 368 | } |
| 369 | |
| 370 | func (bt *bugTable) cursorDown(g *gocui.Gui, v *gocui.View) error { |
| 371 | // If we are at the bottom of the page, switch to the next one. |