mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-03 18:34:50 +00:00
terminal: update parser to use new color parser and stream handler
This commit is contained in:
@@ -78,10 +78,7 @@ pub const Message = union(enum) {
|
||||
password_input: bool,
|
||||
|
||||
/// A terminal color was changed using OSC sequences.
|
||||
color_change: struct {
|
||||
kind: terminal.osc.Command.ColorOperation.Kind,
|
||||
color: terminal.color.RGB,
|
||||
},
|
||||
color_change: terminal.osc.color.ColoredTarget,
|
||||
|
||||
/// Notifies the surface that a tick of the timer that is timing
|
||||
/// out selection scrolling has occurred. "selection scrolling"
|
||||
|
||||
Reference in New Issue
Block a user