mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
typo on the rgb...
This commit is contained in:
@ -145,7 +145,7 @@ pub fn setAttribute(self: *Terminal, attr: sgr.Attribute) !void {
|
||||
self.cursor.pen.fg = .{
|
||||
.r = rgb.r,
|
||||
.g = rgb.g,
|
||||
.b = rgb.g,
|
||||
.b = rgb.b,
|
||||
};
|
||||
},
|
||||
|
||||
@ -153,7 +153,7 @@ pub fn setAttribute(self: *Terminal, attr: sgr.Attribute) !void {
|
||||
self.cursor.pen.bg = .{
|
||||
.r = rgb.r,
|
||||
.g = rgb.g,
|
||||
.b = rgb.g,
|
||||
.b = rgb.b,
|
||||
};
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user