statusMsg updates the bottom status line from a screen.
| 271 | |
| 272 | // statusMsg updates the bottom status line from a screen. |
| 273 | type statusMsg string |
| 274 | |
| 275 | // setStatus returns a tea.Cmd that emits a statusMsg. |
| 276 | func setStatus(format string, args ...any) tea.Cmd { |
no outgoing calls
no test coverage detected