Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
c984d048
Commit
c984d048
authored
Jul 23, 2003
by
rswindell
Browse files
Expanded description of editfile() method.
parent
de6d9179
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/js_console.cpp
src/sbbs3/js_console.cpp
+1
-1
No files found.
src/sbbs3/js_console.cpp
View file @
c984d048
...
...
@@ -1201,7 +1201,7 @@ static jsMethodSpec js_console_functions[] = {
,
JSDOCSTR
(
"print last x lines of file with optional mode"
)
},
{
"editfile"
,
js_editfile
,
1
,
JSTYPE_VOID
,
JSDOCSTR
(
"string filename"
)
,
JSDOCSTR
(
"edit a text file"
)
,
JSDOCSTR
(
"edit
/create
a text file
using the user's preferred message editor
"
)
},
{
"uselect"
,
js_uselect
,
0
,
JSTYPE_NUMBER
,
JSDOCSTR
(
"[number, string title, string item, string ars]"
)
,
JSDOCSTR
(
"user selection menu, call for each item, then with no args to display select menu"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment