Changeset 2285 in Sophya
- Timestamp:
- Dec 4, 2002, 1:22:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r2275 r2285 641 641 size_t l; 642 642 l = s.length(); 643 if ( l < 1) return(0);643 if (!mulinefg && (l < 1)) return(0); 644 644 645 645 // On enregistre les commandes … … 652 652 size_t lnb = s.find_last_not_of(' '); 653 653 if (s[lnb] == '\\' ) { // Lignes suite ... 654 mulinefg = true;655 654 mulinecmd += s.substr(0,lnb); 656 spromptmul = mImgApp->GetConsole()->GetPrompt(); 657 mImgApp->GetConsole()->SetPrompt("...? "); 655 if (!mulinefg) { 656 spromptmul = mImgApp->GetConsole()->GetPrompt(); 657 mImgApp->GetConsole()->SetPrompt("...? "); 658 mulinefg = true; 659 } 658 660 return(0); 659 661 }
Note:
See TracChangeset
for help on using the changeset viewer.