Skip to content

Commit 03c6f16

Browse files
committed
chore: comments
1 parent 759ec53 commit 03c6f16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/screentracker/pty_conversation.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ type PTYConversation struct {
130130
// initialPromptReady is set to true when ReadyForInitialPrompt returns true.
131131
// Checked inline in the snapshot loop on each tick.
132132
initialPromptReady bool
133-
initialPromptSent bool
133+
// initialPromptSent is set to true when the initial prompt has been enqueued to the outbound queue.
134+
initialPromptSent bool
134135
}
135136

136137
var _ Conversation = &PTYConversation{}

0 commit comments

Comments
 (0)