Merge topic 'fix-ccmake-clear'
415ffda
ccmake: Extend clear line.1dd43c4
ccmake: Factor clear line.
This commit is contained in:
commit
3f359596a0
|
@ -409,12 +409,11 @@ void cmCursesMainForm::PrintKeys(int process /* = 0 */)
|
|||
char thirdLine[512]="";
|
||||
if (process)
|
||||
{
|
||||
sprintf(firstLine,
|
||||
" ");
|
||||
sprintf(secondLine,
|
||||
" ");
|
||||
sprintf(thirdLine,
|
||||
" ");
|
||||
const char* clearLine =
|
||||
" ";
|
||||
strcpy(firstLine, clearLine);
|
||||
strcpy(secondLine, clearLine);
|
||||
strcpy(thirdLine, clearLine);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue