mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-17 21:12:39 +00: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