mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-30 12:27:57 +00:00
gtk: implement OSC 52 prompts
This commit is contained in:
@@ -38,8 +38,11 @@ pub const ClipboardRequest = union(enum) {
|
||||
/// A direct paste of clipboard contents.
|
||||
paste: void,
|
||||
|
||||
/// A request to read clipboard contents via OSC 52.
|
||||
osc_52_read: Clipboard,
|
||||
|
||||
/// A request to write clipboard contents via OSC 52.
|
||||
osc_52: u8,
|
||||
osc_52_write: Clipboard,
|
||||
};
|
||||
|
||||
/// The reason for displaying a clipboard prompt to the user
|
||||
|
||||
Reference in New Issue
Block a user