Changeset 1265 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Oct 31, 2000, 6:05:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r1251 r1265 371 371 else if ( msg == 30200 ) { // Objet PIConsole 372 372 string s = mCons->GetCmdString(); 373 string s2 = "\nExecuting " + s + "\n"; 374 mCons->AddStr(s2.c_str(), PIVA_Blue, true); 373 // string s2 = "\nExecuting " + s + "\n"; 374 mCons->AddStr("Cmd> ", PIVA_Blue, false); 375 // s2 = s + "\n"; 376 mCons->AddStr(s.c_str(), PIVA_Blue|PIVA_Bold, false); 377 mCons->AddChar('\n', PIVA_Def, true); 375 378 SetBusy(); 376 379 #ifdef SANS_EVOLPLANCK
Note:
See TracChangeset
for help on using the changeset viewer.