remove unused commented code in main.cpp
This commit is contained in:
parent
2ba28e0deb
commit
8ffa4f6b77
1 changed files with 0 additions and 3 deletions
|
@ -100,11 +100,8 @@ int main() {
|
||||||
terminal::state keys;
|
terminal::state keys;
|
||||||
while (!exit) {
|
while (!exit) {
|
||||||
writeInput(keys);
|
writeInput(keys);
|
||||||
// writeResultLine("");
|
|
||||||
// background calculation
|
// background calculation
|
||||||
// new std::thread([keys]{
|
|
||||||
writeResultLine(Calculator::parseAndCaluclate(keys.keys), keys.keys.size());
|
writeResultLine(Calculator::parseAndCaluclate(keys.keys), keys.keys.size());
|
||||||
// });
|
|
||||||
auto input = cursor::getchar();
|
auto input = cursor::getchar();
|
||||||
|
|
||||||
// if speciality char
|
// if speciality char
|
||||||
|
|
Reference in a new issue