MCPcopy Create free account
hub / github.com/basecamp/hey-cli / HandleContentKey

Method HandleContentKey

internal/tui/section_view.go:43–43  ·  view source on GitHub ↗

HandleContentKey handles key presses when focus is on rowContent.

(msg tea.KeyPressMsg)

Source from the content-addressed store, hash-verified

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

Callers 5

handleKeyMethod · 0.65

Implementers 3

calendarViewinternal/tui/calendar.go
mailViewinternal/tui/mail.go
journalViewinternal/tui/journal.go

Calls

no outgoing calls