aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/org/connectbot/service/TerminalBridge.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/org/connectbot/service/TerminalBridge.java b/src/org/connectbot/service/TerminalBridge.java
index 746cda3..e89c91b 100644
--- a/src/org/connectbot/service/TerminalBridge.java
+++ b/src/org/connectbot/service/TerminalBridge.java
@@ -1054,10 +1054,8 @@ public class TerminalBridge implements VDUDisplay, OnKeyListener, InteractiveCal
}
// if black-on-black, try correcting to grey
- /*
if(fg == Color.BLACK && bg == Color.BLACK)
fg = Color.GRAY;
- */
// correctly set bold and underlined attributes if requested
defaultPaint.setFakeBoldText((currAttr & VDUBuffer.BOLD) != 0);