HandleContentKey handles key presses when focus is on rowContent.
(msg tea.KeyPressMsg)
| 41 | Init() tea.Cmd |
| 42 | |
| 43 | // Update handles messages relevant to this section. |
| 44 | // Returns the command and whether the message was consumed. |
| 45 | Update(msg tea.Msg) (tea.Cmd, bool) |
| 46 |
no outgoing calls