()
| 1220 | } |
| 1221 | |
| 1222 | func (m model) renderMainScreen() string { |
| 1223 | return m.renderMainScreenWithFooter(m.renderFooter()) |
| 1224 | } |
| 1225 | |
| 1226 | // renderMainScreenWithFooter renders the main screen with the given |
| 1227 | // bottom line (footer, prompt, or input prompt). |