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

This commit is contained in:
2016-09-01 13:10:49 +00:00
parent e4d76ac5a7
commit bae0456042
3 changed files with 438 additions and 4 deletions

View File

@@ -182,14 +182,12 @@ public:
ir[z].Event.KeyEvent.bKeyDown = false;
}
WriteConsoleInput(cstdin, ir.data(), ir.size_s(), &wrote);
}
break;
} break;
case mtResize: {
int rw, rh;
msg >> rw >> rh;
resizeConsole(rw, rh);
}
break;
} break;
default: break;
}
}