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
2826287b
Commit
2826287b
authored
2 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Help text fixes and updates (mostly just double-spaces after periods)
parent
9d3c158a
No related branches found
No related tags found
1 merge request
!463
MRC mods by Codefenix (2024-10-20)
Pipeline
#4210
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfgxtrn.c
+29
-29
29 additions, 29 deletions
src/sbbs3/scfg/scfgxtrn.c
with
29 additions
and
29 deletions
src/sbbs3/scfg/scfgxtrn.c
+
29
−
29
View file @
2826287b
...
...
@@ -582,8 +582,8 @@ void tevents_cfg()
"`Timed Event Internal Code:`
\n
"
"
\n
"
"Every timed event must have its own unique internal code for Synchronet
\n
"
"to reference it by. It is helpful if this code is an abbreviation of
the
\n
"
"command line or program name.
\n
"
"to reference it by.
It is helpful if this code is an abbreviation of
\n
"
"
the
command line or program name.
\n
"
;
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
17
,
"Internal Code (unique)"
,
str
,
LEN_CODE
,
K_EDIT
|
K_UPPER
|
K_NOSPACE
);
...
...
@@ -957,7 +957,7 @@ void choose_io_method(uint32_t* misc)
" Stream (TCP) socket interface to a native (e.g. Win32 or *nix)
\n
"
" program. The socket descriptor/handle (number) is passed to the
\n
"
" program either via drop file (e.g. DOOR32.SYS) or command-line
\n
"
"
option
.
\n
"
"
parameter
.
\n
"
"
\n
"
"~ Note ~
\n
"
" This setting is not applied when invoking Baja or JavaScript modules.
\n
"
...
...
@@ -977,14 +977,14 @@ void choose_io_method(uint32_t* misc)
" Will not intercept direct screen writes or PC-BIOS int10h calls.
\n
"
"
\n
"
"`FOSSIL`
\n
"
" Int14h (PC-BIOS) serial communication interface to 16-bit
\n
"
"
MS-DOS
programs. Most traditional BBS door games will support FOSSIL.
\n
"
" Int14h (PC-BIOS) serial communication interface to 16-bit
MS-DOS
\n
"
" programs.
Most traditional BBS door games will support FOSSIL.
\n
"
" The port number (contained in the DX register of int14h calls) is
\n
"
" ignored by the Synchronet FOSSIL driver.
\n
"
" ignored by the Synchronet FOSSIL driver
for Windows
.
\n
"
"
\n
"
"`UART`
\n
"
" Communication port I/O of 16-bit MS-DOS programs via emulation of an
\n
"
" NS
82
50 Universal Asynchronous Receiver/Transmitter (UART), by
\n
"
" NS
165
50 Universal Asynchronous Receiver/Transmitter (UART), by
\n
"
" default as an IBM-PC `COM1` port (I/O port 3F8h, IRQ 4).
\n
"
"
\n
"
"~ Note ~
\n
"
...
...
@@ -1498,7 +1498,7 @@ void xtrn_cfg(uint section)
"displaying on the local screen.
\n
"
"
\n
"
"This will disable 'Screen' output in the `DOOR.SYS` and `PCBOARD.SYS` drop
\n
"
"files and on Windows, stop the creation a new console window when
\n
"
"files and on Windows, stop the creation
of
a new console window when
\n
"
"executing this program."
;
k
=
uifc
.
list
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
0
,
&
k
,
0
...
...
@@ -1739,7 +1739,7 @@ void xtrn_cfg(uint section)
"the user will be automatically disconnected and control returned to the
\n
"
"BBS.
\n
"
"
\n
"
"
H
-exempt users will not be disconnected due to inactivity.
\n
"
"
`H`
-exempt users will not be disconnected due to inactivity.
\n
"
"
\n
"
"A setting of `0` (the default) will disable this inactivity detection
\n
"
"feature and rely on the external program itself to detect inactivity
\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