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
77191e16
Commit
77191e16
authored
22 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Updated method descriptions.
parent
7876b5b8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/js_console.cpp
+3
-3
3 additions, 3 deletions
src/sbbs3/js_console.cpp
with
3 additions
and
3 deletions
src/sbbs3/js_console.cpp
+
3
−
3
View file @
77191e16
...
...
@@ -1034,13 +1034,13 @@ static jsMethodSpec js_console_functions[] = {
,
JSDOCSTR
(
"display pause prompt and wait for key hit"
)
},
{
"print"
,
js_print
,
1
,
JSTYPE_VOID
,
JSDOCSTR
(
"string text"
)
,
JSDOCSTR
(
"display a string (supports
^A and @-
codes)"
)
,
JSDOCSTR
(
"display a string (supports
Ctrl-A
codes)"
)
},
{
"write"
,
js_write
,
1
,
JSTYPE_VOID
,
JSDOCSTR
(
"string text"
)
,
JSDOCSTR
(
"display a raw string"
)
},
{
"putmsg"
,
js_putmsg
,
1
,
JSTYPE_VOID
,
JSDOCSTR
(
"string text [,number mode]"
)
,
JSDOCSTR
(
"display message text (
^A, @-codes, etc) with mode
"
)
,
JSDOCSTR
(
"display message text (
Ctrl-A codes, @-codes, pipe codes, etc), see P_* in sbbsdefs.js for mode bits
"
)
},
{
"center"
,
js_center
,
1
,
JSTYPE_VOID
,
JSDOCSTR
(
"string text"
)
,
JSDOCSTR
(
"display a string centered on the screen"
)
...
...
@@ -1049,7 +1049,7 @@ static jsMethodSpec js_console_functions[] = {
,
JSDOCSTR
(
"returns the number of characters in text, excluding Ctrl-A codes"
)
},
{
"printfile"
,
js_printfile
,
1
,
JSTYPE_VOID
,
JSDOCSTR
(
"string text [,number mode]"
)
,
JSDOCSTR
(
"print a file with optional mode"
)
,
JSDOCSTR
(
"print a
message text
file with optional mode"
)
},
{
"printtail"
,
js_printtail
,
2
,
JSTYPE_VOID
,
JSDOCSTR
(
"string text, number lines [,number mode]"
)
,
JSDOCSTR
(
"print last x lines of file with optional 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