9.10.2011 - stable backup commit

This commit is contained in:
peri4
2011-10-09 22:23:52 +04:00
parent 29190ea465
commit 39ec9cac5c
39 changed files with 1170 additions and 512 deletions

View File

@@ -88,7 +88,7 @@ public:
void clearVariables(bool clearScreen = true) {if (clearScreen && isRunning()) {toUpperLeft(); clearScreenLower();} vars().clear();}
inline void waitForFinish() {WAIT_FOR_EXIT}
inline void start() {PIThread::start(40);}
inline void start(bool wait = false) {PIThread::start(40); if (wait) waitForFinish();}
void stop(bool clear = false);
PIString fstr(PIFlags<PIConsole::Format> f);