OSC: nest ColorOperation-related structs

This commit is contained in:
Jeffrey C. Ollie
2025-05-24 11:30:17 -05:00
parent fa03115f01
commit bcf4d55dad
4 changed files with 122 additions and 120 deletions

View File

@@ -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,
},