From: <hep...@us...> - 2011-03-03 04:25:35
|
Revision: 1268 http://qterm.svn.sourceforge.net/qterm/?rev=1268&view=rev Author: hephooey Date: 2011-03-03 04:25:29 +0000 (Thu, 03 Mar 2011) Log Message: ----------- Paint background for the blink text Modified Paths: -------------- trunk/qterm-qt4/src/qtermscreen.cpp Modified: trunk/qterm-qt4/src/qtermscreen.cpp =================================================================== --- trunk/qterm-qt4/src/qtermscreen.cpp 2011-03-03 04:25:25 UTC (rev 1267) +++ trunk/qterm-qt4/src/qtermscreen.cpp 2011-03-03 04:25:29 UTC (rev 1268) @@ -682,6 +682,7 @@ startx = i; while (i < linelength && GETBLINK(attr.at(i))) ++i; + painter.fillRect(mapToRect(startx, index, i-startx, 1), QBrush(m_color[0])); --i; drawLine(painter, index, startx, i, false); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |