mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-13 04:30:53 +00:00
renderer/opengl: fix compilation for new modes style
This commit is contained in:
@@ -764,7 +764,7 @@ pub fn render(
|
||||
self.config.background = bg;
|
||||
self.config.foreground = fg;
|
||||
}
|
||||
if (state.terminal.modes.reverse_colors) {
|
||||
if (state.terminal.modes.get(.reverse_colors)) {
|
||||
self.config.background = fg;
|
||||
self.config.foreground = bg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user