Documentation
¶
Overview ¶
Package transcript is the full-screen pager over the conversation (cockpit-research.md rule 6.2). It is pushed onto the app router's stack by ctrl+o and is the replacement for terminal find: the alternate screen hides the session from Cmd-F and tmux copy-mode, so the app must search it itself.
Keys follow less, because less is the muscle memory every terminal user already has. The conversation is a VALUE snapshot of the conversation screen's transcript model: blocks re-render at any width, so the pager re-flows on resize without anyone rebuilding it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Screen ¶
Screen is the transcript-mode pager.
func (Screen) Update ¶
Update handles keys, the wheel, resizes, and the completion messages of the two handover commands.