Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
André Pedro
CMake
Commits
9a1b6c60
Commit
9a1b6c60
authored
8 years ago
by
Paul Seyfert
Committed by
Brad King
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ccmake: Revise documentation for [d]
* list it at the bottom of the screen * different place in help message
parent
31b6cf41
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/CursesDialog/cmCursesMainForm.cxx
+2
-2
2 additions, 2 deletions
Source/CursesDialog/cmCursesMainForm.cxx
with
2 additions
and
2 deletions
Source/CursesDialog/cmCursesMainForm.cxx
+
2
−
2
View file @
9a1b6c60
...
...
@@ -388,7 +388,7 @@ void cmCursesMainForm::PrintKeys(int process /* = 0 */)
curses_move
(
y
-
4
,
0
);
char
fmt_s
[]
=
"%s"
;
char
fmt
[
512
]
=
"Press [enter] to edit option"
;
char
fmt
[
512
]
=
"Press [enter] to edit option
Press [d] to delete an entry
"
;
if
(
process
)
{
strcpy
(
fmt
,
" "
);
}
...
...
@@ -1140,7 +1140,6 @@ const char* cmCursesMainForm::s_ConstHelpMessage =
" C-k : kill the rest of the field
\n
"
" Esc : Restore field (discard last changes)
\n
"
" Enter : Leave edit mode
\n
"
"You can also delete an option by pressing 'd'
\n\n
"
"Commands:
\n
"
" q : quit ccmake without generating build files
\n
"
" h : help, shows this screen
\n
"
...
...
@@ -1148,6 +1147,7 @@ const char* cmCursesMainForm::s_ConstHelpMessage =
" g : generate build files and exit, only available when there are no "
"new options and no errors have been detected during last configuration.
\n
"
" l : shows last errors
\n
"
" d : delete an option
\n
"
" t : toggles advanced mode. In normal mode, only the most important "
"options are shown. In advanced mode, all options are shown. We recommend "
"using normal mode unless you are an expert.
\n
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment