Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marc Chevrier
CMake
Commits
fa1fe09d
Commit
fa1fe09d
authored
Oct 21, 2019
by
Brad King
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ccmake-clear-help' into release-3.16
Merge-request:
!3937
parents
eaebd4fc
9276beae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Source/CursesDialog/cmCursesMainForm.cxx
Source/CursesDialog/cmCursesMainForm.cxx
+1
-1
No files found.
Source/CursesDialog/cmCursesMainForm.cxx
View file @
fa1fe09d
...
...
@@ -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
,
' '
,
2
7
);
memset
(
fmt
,
' '
,
5
7
);
}
printw
(
fmt_s
,
fmt
);
curses_move
(
y
-
3
,
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment