mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
terminfo: OSC 52 support
This commit is contained in:
@ -104,6 +104,9 @@ pub const ghostty: Source = .{
|
|||||||
// Cursor style reset
|
// Cursor style reset
|
||||||
.{ .name = "Se", .value = .{ .string = "\\E[2 q" } },
|
.{ .name = "Se", .value = .{ .string = "\\E[2 q" } },
|
||||||
|
|
||||||
|
// OSC 52 Clipboard
|
||||||
|
.{ .name = "Ms", .value = .{ .string = "\\E]52;%p1%s;%p2%s\\007" } },
|
||||||
|
|
||||||
// These are all capabilities that should be pretty straightforward
|
// These are all capabilities that should be pretty straightforward
|
||||||
// and map to input sequences.
|
// and map to input sequences.
|
||||||
.{ .name = "bel", .value = .{ .string = "^G" } },
|
.{ .name = "bel", .value = .{ .string = "^G" } },
|
||||||
|
Reference in New Issue
Block a user