Merge branch 'ccmake-clear-help' into release-3.16

Merge-request: !3937
This commit is contained in:
Brad King
2019-10-21 11:27:13 -04:00

View File

@@ -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);