git-svn-id: svn://db.shs.com.ru/pip@698 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-02-06 15:07:06 +00:00
parent 2eda52d800
commit b31352ffb1

View File

@@ -205,7 +205,7 @@ void PIScreen::SystemConsole::print() {
#else
PIString s;
int si = 0, sj = 0;
CellFormat prf(0xFFFFFFFF);
CellFormat prf(0xFFFF);
for (int j = 0; j < height; ++j) {
PIVector<Cell> & ccv(cells[j]);
PIVector<Cell> & pcv(pcells[j]);