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
CMake
CMake
Commits
feec57e8
Commit
feec57e8
authored
Aug 20, 2019
by
Brad King
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ccmake-crash-on-empty-strings-property' into release-3.15
Merge-request:
!3678
parents
ff7f8b81
154c5f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Source/CursesDialog/cmCursesOptionsWidget.cxx
Source/CursesDialog/cmCursesOptionsWidget.cxx
+3
-0
No files found.
Source/CursesDialog/cmCursesOptionsWidget.cxx
View file @
feec57e8
...
...
@@ -23,6 +23,9 @@ cmCursesOptionsWidget::cmCursesOptionsWidget(int width, int height, int left,
bool
cmCursesOptionsWidget
::
HandleInput
(
int
&
key
,
cmCursesMainForm
*
/*fm*/
,
WINDOW
*
w
)
{
if
(
this
->
Options
.
empty
())
{
return
false
;
}
switch
(
key
)
{
case
10
:
// 10 == enter
case
KEY_ENTER
:
...
...
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