Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Main
Synchronet
Commits
5fc601a8
Commit
5fc601a8
authored
4 months ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Beautification/adjustment of the key/combo help
parent
c0e79057
No related branches found
No related tags found
1 merge request
!488
Overhaul LZH code
Pipeline
#7516
passed
4 months ago
Stage: build
Stage: test
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfg.c
+14
-14
14 additions, 14 deletions
src/sbbs3/scfg/scfg.c
with
14 additions
and
14 deletions
src/sbbs3/scfg/scfg.c
+
14
−
14
View file @
5fc601a8
...
@@ -825,21 +825,21 @@ int main(int argc, char **argv)
...
@@ -825,21 +825,21 @@ int main(int argc, char **argv)
"
\n
"
"
\n
"
"Use the arrow keys and ~ ENTER ~ to select an option, or ~ ESC ~ to exit.
\n
"
"Use the arrow keys and ~ ENTER ~ to select an option, or ~ ESC ~ to exit.
\n
"
"
\n
"
"
\n
"
"`More keys/combinations and (alternatives):
`
\n
"
"`More keys/combinations
`
and (
`
alternatives
`
):
\n
"
"
\n
"
"
\n
"
" ~ Ctrl-F ~
Find item in list
\n
"
" ~ Ctrl-F ~ Find item in list
\n
"
" ~ Ctrl-G ~
Find next item in list
\n
"
" ~ Ctrl-G ~ Find next item in list
\n
"
" ~ Ctrl-U ~
Move up
/back
through list one screen-full (`PageUp`)
\n
"
" ~ Ctrl-U ~ Move up through list one screen-full (`PageUp`)
\n
"
" ~ Ctrl-D ~
Move down through list one screen-full (`PageDown`)
\n
"
" ~ Ctrl-D ~ Move down through list one screen-full (`PageDown`)
\n
"
" ~ Ctrl-B ~
Move to top of list or start of edited text (`Home`)
\n
"
" ~ Ctrl-B ~ Move to top of list or start of edited text (`Home`)
\n
"
" ~ Ctrl-E ~
Move to end of list or end of edited text (`End`)
\n
"
" ~ Ctrl-E ~ Move to end of list or end of edited text (`End`)
\n
"
" ~ Insert ~
Insert an item (`+`) or toggle text overwrite mode
\n
"
" ~ Insert ~ Insert an item (`+`) or toggle text overwrite mode
\n
"
" ~ Delete ~
Delete an item (`-`) or
a
character of edited text
\n
"
" ~ Delete ~ Delete an item (`-`) or
current
character of edited text
\n
"
" ~ Ctrl-C ~
Copy item (`F5`, `Ctrl-Insert`)
\n
"
" ~ Ctrl-C ~ Copy item (`F5`, `Ctrl-Insert`)
\n
"
" ~ Ctrl-X ~
Cut item (`Shift-Delete`)
\n
"
" ~ Ctrl-X ~ Cut item (`Shift-Delete`)
\n
"
" ~ Ctrl-V ~
Paste item (`F6`, `Shift-Insert`)
\n
"
" ~ Ctrl-V ~ Paste item (`F6`, `Shift-Insert`)
\n
"
" ~ Ctrl-Z ~
Display help text (`F1`, `?`)
\n
"
" ~ Ctrl-Z ~ Display help text (`F1`, `?`)
\n
"
" ~ Backspace ~
Move back/up one menu (`ESC`) or erase character
\n
"
" ~ Backspace ~ Move back/up one menu (`ESC`) or erase
previous
character
\n
"
;
;
switch
(
uifc
.
list
(
WIN_ORG
|
WIN_MID
|
WIN_ESC
|
WIN_ACT
,
0
,
0
,
30
,
&
main_dflt
,
0
switch
(
uifc
.
list
(
WIN_ORG
|
WIN_MID
|
WIN_ESC
|
WIN_ACT
,
0
,
0
,
30
,
&
main_dflt
,
0
,
"Configure"
,
mopt
))
{
,
"Configure"
,
mopt
))
{
...
...
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