Changeset 2274 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- Nov 17, 2002, 5:30:44 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r2265 r2274 406 406 mulinecmd = ""; 407 407 mulinefg = false; 408 spromptmul = "Cmd> "; 409 if (mImgApp) mImgApp->GetConsole()->SetPrompt(spromptmul); 408 410 curscript = NULL; 409 411 … … 652 654 mulinefg = true; 653 655 mulinecmd += s.substr(0,lnb); 656 spromptmul = mImgApp->GetConsole()->GetPrompt(); 654 657 mImgApp->GetConsole()->SetPrompt("...? "); 655 658 return(0); … … 660 663 mulinecmd = ""; 661 664 mulinefg = false; 662 const char * rprompt = (CmdBlks.empty()) ? "Cmd> " : "for...? "; 663 mImgApp->GetConsole()->SetPrompt(rprompt); 665 mImgApp->GetConsole()->SetPrompt(spromptmul); 664 666 } 665 667
Note:
See TracChangeset
for help on using the changeset viewer.