xuty před 4 roky
rodič
revize
0b8c558469
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/frontend/terminal_view.dart

+ 1 - 1
lib/frontend/terminal_view.dart

@@ -468,7 +468,7 @@ class TerminalPainter extends CustomPainter {
 
     var color = Color(cellColor);
 
-    if (flags & CellFlags.inverse != 0) {
+    if (flags & CellFlags.faint != 0) {
       color = color.withOpacity(0.5);
     }