xuty %!s(int64=4) %!d(string=hai) anos
pai
achega
0b8c558469
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     }