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
39628ec6
Commit
39628ec6
authored
4 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
A bit of help cleanup.
parent
594c28d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/syncterm/bbslist.c
+94
-47
94 additions, 47 deletions
src/syncterm/bbslist.c
src/syncterm/menu.c
+1
-1
1 addition, 1 deletion
src/syncterm/menu.c
with
95 additions
and
48 deletions
src/syncterm/bbslist.c
+
94
−
47
View file @
39628ec6
...
...
@@ -814,50 +814,94 @@ int edit_list(struct bbslist **list, struct bbslist *item,char *listpath,int isd
opt
[
i
][
0
]
=
0
;
uifc
.
changes
=
0
;
uifc
.
helpbuf
=
"`Edit Directory Entry`
\n\n
"
"Select item to edit.
\n\n
"
"~ Name ~
\n
"
" The name of the BBS entry
\n\n
"
"~ Phone Number / Device Name / Command / Address ~
\n
"
" Required information to establish the connection (type specific)
\n\n
"
"~ Conection Type ~
\n
"
" Type of connection
\n\n
"
"~ TCP Port ~ (if applicable)
\n
"
" TCP port to connect to (applicable types only)
\n\n
"
"~ Username ~
\n
"
" Username sent by the auto-login command
\n\n
"
"~ Password ~
\n
"
" Password sent by auto-login command (not securely stored)
\n\n
"
"~ System Password ~
\n
"
" System Password sent by auto-login command (not securely stored)
\n\n
"
"~ Screen Mode ~
\n
"
" Display mode to use
\n\n
"
"~ Hide Status Line ~
\n
"
" Selects if the status line should be hidden, giving an extra
\n
"
" display row
\n\n
"
"~ Download Path ~
\n
"
" Default path to store downloaded files
\n\n
"
"~ Upload Path ~
\n
"
" Default path for uploads
\n\n
"
"~ Log File ~
\n
"
" Log file name when logging is enabled
\n\n
"
"~ Log Transfers ~
\n
"
" Cycles through the various transfer log settings.
\n\n
"
"~ Log Telnet Cmds ~
\n
"
" Cycles through the various telnet command log settings.
\n\n
"
"~ Append Log File ~
\n
"
" Append log file (instead of overwrite) on each connection
\n\n
"
"~ Comm Rate ~
\n
"
" Display speed
\n\n
"
"~ ANSI Music ~
\n
"
" ANSI music type selection
\n\n
"
"~ Address Family ~
\n
"
" IPv4 or IPv6
\n\n
"
"~ Font ~
\n
"
" Select font to use for the entry
\n\n
"
"~ Hide Popups ~
\n
"
" Hide all popup dialogs (i.e., Connecting, Disconnected, etc.)
\n\n
"
;
if
(
isdefault
)
{
uifc
.
helpbuf
=
"`Edit Default Connection`
\n\n
"
"Select item to edit.
\n\n
"
"~ Conection Type ~
\n
"
" Type of connection
\n\n
"
"~ TCP Port ~ (if applicable)
\n
"
" TCP port to connect to (applicable types only)
\n\n
"
"~ Username ~
\n
"
" Username sent by the auto-login command
\n\n
"
"~ Password ~
\n
"
" Password sent by auto-login command (not securely stored)
\n\n
"
"~ System Password ~
\n
"
" System Password sent by auto-login command (not securely stored)
\n\n
"
"~ Screen Mode ~
\n
"
" Display mode to use
\n\n
"
"~ Hide Status Line ~
\n
"
" Selects if the status line should be hidden, giving an extra
\n
"
" display row
\n\n
"
"~ Download Path ~
\n
"
" Default path to store downloaded files
\n\n
"
"~ Upload Path ~
\n
"
" Default path for uploads
\n\n
"
"~ Log File ~
\n
"
" Log file name when logging is enabled
\n\n
"
"~ Log Transfers ~
\n
"
" Cycles through the various transfer log settings.
\n\n
"
"~ Log Telnet Cmds ~
\n
"
" Cycles through the various telnet command log settings.
\n\n
"
"~ Append Log File ~
\n
"
" Append log file (instead of overwrite) on each connection
\n\n
"
"~ Comm Rate ~
\n
"
" Display speed
\n\n
"
"~ ANSI Music ~
\n
"
" ANSI music type selection
\n\n
"
"~ Address Family ~
\n
"
" IPv4 or IPv6
\n\n
"
"~ Font ~
\n
"
" Select font to use for the entry
\n\n
"
"~ Hide Popups ~
\n
"
" Hide all popup dialogs (i.e., Connecting, Disconnected, etc.)
\n\n
"
;
}
else
{
uifc
.
helpbuf
=
"`Edit Directory Entry`
\n\n
"
"Select item to edit.
\n\n
"
"~ Name ~
\n
"
" The name of the BBS entry
\n\n
"
"~ Phone Number / Device Name / Command / Address ~
\n
"
" Required information to establish the connection (type specific)
\n\n
"
"~ Conection Type ~
\n
"
" Type of connection
\n\n
"
"~ TCP Port ~ (if applicable)
\n
"
" TCP port to connect to (applicable types only)
\n\n
"
"~ Username ~
\n
"
" Username sent by the auto-login command
\n\n
"
"~ Password ~
\n
"
" Password sent by auto-login command (not securely stored)
\n\n
"
"~ System Password ~
\n
"
" System Password sent by auto-login command (not securely stored)
\n\n
"
"~ Screen Mode ~
\n
"
" Display mode to use
\n\n
"
"~ Hide Status Line ~
\n
"
" Selects if the status line should be hidden, giving an extra
\n
"
" display row
\n\n
"
"~ Download Path ~
\n
"
" Default path to store downloaded files
\n\n
"
"~ Upload Path ~
\n
"
" Default path for uploads
\n\n
"
"~ Log File ~
\n
"
" Log file name when logging is enabled
\n\n
"
"~ Log Transfers ~
\n
"
" Cycles through the various transfer log settings.
\n\n
"
"~ Log Telnet Cmds ~
\n
"
" Cycles through the various telnet command log settings.
\n\n
"
"~ Append Log File ~
\n
"
" Append log file (instead of overwrite) on each connection
\n\n
"
"~ Comm Rate ~
\n
"
" Display speed
\n\n
"
"~ ANSI Music ~
\n
"
" ANSI music type selection
\n\n
"
"~ Address Family ~
\n
"
" IPv4 or IPv6
\n\n
"
"~ Font ~
\n
"
" Select font to use for the entry
\n\n
"
"~ Hide Popups ~
\n
"
" Hide all popup dialogs (i.e., Connecting, Disconnected, etc.)
\n\n
"
;
}
i
=
uifc
.
list
(
WIN_MID
|
WIN_SAV
|
WIN_ACT
,
0
,
0
,
0
,
&
copt
,
&
bar
,
isdefault
?
"Edit Default Connection"
:
"Edit Directory Entry"
,
opts
);
...
...
@@ -1792,14 +1836,15 @@ struct bbslist *show_bbslist(char *current, int connected)
"Commands:
\n\n
"
"~ CTRL-E ~ to edit the selected entry
\n
"
"~ CTRL-S ~ to modify the sort order
\n
"
"
~ ENTER ~ to connect to the selected entry"
;
"~ ENTER ~ to connect to the selected entry"
;
else
uifc
.
helpbuf
=
"`SyncTERM Directory`
\n\n
"
"Commands:
\n\n
"
"~ CTRL-D ~ Quick-connect to a URL
\n
"
"~ CTRL-E ~ to edit the selected entry
\n
"
"~ CTRL-S ~ to modify the sort order
\n
"
" ~ ENTER ~ to connect to the selected entry"
;
"~ "
ALT_KEY_NAMEP
"-B ~ View scrollback of last session
\n
"
"~ ENTER ~ to connect to the selected entry"
;
if
(
opt
!=
oldopt
)
{
if
(
list
[
opt
]
!=
NULL
&&
list
[
opt
]
->
name
[
0
])
{
sprintf
(
title
,
"%s - %s (%d calls / Last: %s"
,
syncterm_version
,
(
char
*
)(
list
[
opt
]),
list
[
opt
]
->
calls
,
list
[
opt
]
->
connected
?
ctime
(
&
list
[
opt
]
->
connected
)
:
"Never
\n
"
);
...
...
@@ -2078,7 +2123,9 @@ struct bbslist *show_bbslist(char *current, int connected)
"~ Font Management ~
\n
"
" Configure additional font files
\n\n
"
"~ Program Settings ~
\n
"
" Modify hardware and screen/video settings
\n\n
"
;
" Modify hardware and screen/video settings
\n\n
"
"~ "
ALT_KEY_NAMEP
"-B ~
\n
"
" View scrollback of last session
\n
"
;
if
(
oldopt
!=
-
2
)
settitle
(
syncterm_version
);
oldopt
=-
2
;
...
...
This diff is collapsed.
Click to expand it.
src/syncterm/menu.c
+
1
−
1
View file @
39628ec6
...
...
@@ -138,7 +138,7 @@ int syncmenu(struct bbslist *bbs, int *speed)
,
"Change Log Level"
,
"Capture Control ("
ALT_KEY_NAMEP
"-C)"
,
"ANSI Music Control ("
ALT_KEY_NAMEP
"-M)"
,
"Font
Control
("
ALT_KEY_NAMEP
"-F)"
,
"Font
Setup
("
ALT_KEY_NAMEP
"-F)"
,
"Toggle Doorway Mode"
#ifndef WITHOUT_OOII
,
"Toggle Operation Overkill ][ Mode"
...
...
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