feat: prompt returns answer to caller + commit on own header line
This commit is contained in:
parent
c5ef006414
commit
996f74b24f
5 changed files with 15 additions and 9 deletions
|
|
@ -137,6 +137,8 @@ pub enum ClientMessage {
|
|||
},
|
||||
/// Response to a clipboard-get request
|
||||
ClipboardGetResponse { request_id: Uuid, text: String },
|
||||
/// Response to a prompt request — contains the user's typed answer
|
||||
PromptResponse { request_id: Uuid, answer: String },
|
||||
}
|
||||
|
||||
/// Mouse button variants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue