MCPcopy
hub / github.com/moncho/dry / renderMainScreen

Method renderMainScreen

app/model.go:1222–1224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1220}
1221
1222func (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).

Calls 2

renderFooterMethod · 0.95