mirror of
https://github.com/reactos/CMake.git
synced 2025-02-26 23:15:28 +00:00
ccmake: Fully clear the 1st help line when processing
This commit is contained in:
parent
92780281c2
commit
9276beae5e
@ -341,7 +341,7 @@ void cmCursesMainForm::PrintKeys(int process /* = 0 */)
|
||||
char fmt[512] =
|
||||
"Press [enter] to edit option Press [d] to delete an entry";
|
||||
if (process) {
|
||||
memset(fmt, ' ', 27);
|
||||
memset(fmt, ' ', 57);
|
||||
}
|
||||
printw(fmt_s, fmt);
|
||||
curses_move(y - 3, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user