(title, content string, contentWidth int)
| 1538 | } |
| 1539 | |
| 1540 | func (m *model) renderTab(title, content string, contentWidth int) string { |
| 1541 | return tab.Render(title, content, contentWidth) |
| 1542 | } |
| 1543 | |
| 1544 | // metrics computes the layout metrics for the current render. |
| 1545 | // scrollbarVisible should be true if the scrollbar will be shown. |
no test coverage detected