ccmake: Extend clear line.

When configuring or generating the 'ng' of the end of the second line
is not cleared.  This patch fixes this.

The problem was introduced by commit fd632195 (ccmake: Align 'g' and 'q'
key instructions, 2011-01-07) which adjusted the length of lines that
need clearing.
This commit is contained in:
Nicolas Despres 2012-02-05 16:56:47 +01:00 committed by Brad King
parent 1dd43c4c9d
commit 415ffda7a8
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ void cmCursesMainForm::PrintKeys(int process /* = 0 */)
if (process)
{
const char* clearLine =
" ";
" ";
strcpy(firstLine, clearLine);
strcpy(secondLine, clearLine);
strcpy(thirdLine, clearLine);