Add comment for readability

This commit is contained in:
Jekyll Wu
2011-10-13 08:53:08 +08:00
parent e1cf074b06
commit 07b11fca4d

View File

@@ -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 ;