git-svn-id: svn://db.shs.com.ru/pip@698 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user