mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-27 19:16:27 +00:00
OSC: nest ColorOperation-related structs
This commit is contained in:
@@ -74,7 +74,7 @@ pub const Message = union(enum) {
|
||||
|
||||
/// A terminal color was changed using OSC sequences.
|
||||
color_change: struct {
|
||||
kind: terminal.osc.Command.ColorKind,
|
||||
kind: terminal.osc.Command.ColorOperation.Kind,
|
||||
color: terminal.color.RGB,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user