(msg string)
| 229 | } |
| 230 | |
| 231 | func (m Logs) centeredMessage(msg string) string { |
| 232 | return lipgloss.Place(m.viewport.Width(), m.viewport.Height(), lipgloss.Center, lipgloss.Center, msg) |
| 233 | } |
| 234 | |
| 235 | func logsHelpBindings(filterEnabled bool) []key.Binding { |
| 236 | bindings := []key.Binding{logsKeys.Back} |