Terminal: Fix ANSI SGR color invert

This commit is contained in:
2025-04-18 17:32:24 +03:00
parent 85505b0482
commit d9647868cc
2 changed files with 11 additions and 3 deletions

View File

@@ -97,4 +97,5 @@ private:
Cursor m_saved_cursor { 0, 0 };
uint32_t m_fg_color { 0 };
uint32_t m_bg_color { 0 };
bool m_colors_inverted { false };
};