From 07b11fca4daabf9ff203cfdce1162e2f9f09f030 Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Thu, 13 Oct 2011 08:53:08 +0800 Subject: [PATCH] Add comment for readability --- src/TerminalDisplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TerminalDisplay.cpp b/src/TerminalDisplay.cpp index 07855ae3e..fc0a7f7a9 100644 --- a/src/TerminalDisplay.cpp +++ b/src/TerminalDisplay.cpp @@ -622,6 +622,7 @@ void TerminalDisplay::drawCursor(QPainter& painter, const QColor& /*backgroundColor*/, bool& invertCharacterColor) { + // don't draw cursor which is currently blinking if ( _cursorBlinking ) return ;