Ask a question to get started
Enter to send•Shift+Enter new line
PromptRow( self, prompt: str, index: int, *, selected: bool )
Static
Announce the click; Enter is still required to insert the prompt.
Posting a message rather than calling back into the screen keeps the row independent of what contains it, and matches how PromptSearchOption reports clicks in the inline panel.
PromptSearchOption
Message sent when a prompt row is clicked.
One prompt summary row.
Public so its Clicked message resolves to the idiomatic on_prompt_row_clicked handler; nothing outside this module builds one.
Clicked
on_prompt_row_clicked