xuty 4 年之前
父節點
當前提交
0b8c558469
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
     }