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
aa6b18e2
Commit
aa6b18e2
authored
15 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Change "Remote Command Line" to just "Command Line".
parent
0b9d6b98
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfgxtrn.c
+5
-5
5 additions, 5 deletions
src/sbbs3/scfg/scfgxtrn.c
with
5 additions
and
5 deletions
src/sbbs3/scfg/scfgxtrn.c
+
5
−
5
View file @
aa6b18e2
...
@@ -1593,7 +1593,7 @@ This is the internal code for the external editor.
...
@@ -1593,7 +1593,7 @@ This is the internal code for the external editor.
k
=
0
;
k
=
0
;
sprintf
(
opt
[
k
++
],
"%-32.32s%s"
,
"Name"
,
cfg
.
xedit
[
i
]
->
name
);
sprintf
(
opt
[
k
++
],
"%-32.32s%s"
,
"Name"
,
cfg
.
xedit
[
i
]
->
name
);
sprintf
(
opt
[
k
++
],
"%-32.32s%s"
,
"Internal Code"
,
cfg
.
xedit
[
i
]
->
code
);
sprintf
(
opt
[
k
++
],
"%-32.32s%s"
,
"Internal Code"
,
cfg
.
xedit
[
i
]
->
code
);
sprintf
(
opt
[
k
++
],
"%-32.32s%.40s"
,
"
Remote
Command Line"
,
cfg
.
xedit
[
i
]
->
rcmd
);
sprintf
(
opt
[
k
++
],
"%-32.32s%.40s"
,
"Command Line"
,
cfg
.
xedit
[
i
]
->
rcmd
);
sprintf
(
opt
[
k
++
],
"%-32.32s%.40s"
,
"Access Requirements"
,
cfg
.
xedit
[
i
]
->
arstr
);
sprintf
(
opt
[
k
++
],
"%-32.32s%.40s"
,
"Access Requirements"
,
cfg
.
xedit
[
i
]
->
arstr
);
sprintf
(
opt
[
k
++
],
"%-32.32s%s%s"
,
"Intercept Standard I/O"
sprintf
(
opt
[
k
++
],
"%-32.32s%s%s"
,
"Intercept Standard I/O"
,
cfg
.
xedit
[
i
]
->
misc
&
IO_INTS
?
"Yes"
:
"No"
,
cfg
.
xedit
[
i
]
->
misc
&
IO_INTS
?
"Yes"
:
"No"
...
@@ -1664,11 +1664,11 @@ abreviation of the name.
...
@@ -1664,11 +1664,11 @@ abreviation of the name.
case
2
:
case
2
:
SETHELP
(
WHERE
);
SETHELP
(
WHERE
);
/*
/*
External Editor
Remote
Command Line:
External Editor Command Line:
This is the command line to execute when using this editor
remotely
.
This is the command line to execute when using this editor.
*/
*/
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
10
,
"
Remote
"
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
10
,
"
Command
"
,
cfg
.
xedit
[
i
]
->
rcmd
,
sizeof
(
cfg
.
xedit
[
i
]
->
rcmd
)
-
1
,
K_EDIT
);
,
cfg
.
xedit
[
i
]
->
rcmd
,
sizeof
(
cfg
.
xedit
[
i
]
->
rcmd
)
-
1
,
K_EDIT
);
break
;
break
;
case
3
:
case
3
:
...
@@ -2296,7 +2296,7 @@ This is the global control key used to execute this event.
...
@@ -2296,7 +2296,7 @@ This is the global control key used to execute this event.
This is the command line to execute when this hot key is pressed.
This is the command line to execute when this hot key is pressed.
*/
*/
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
10
,
"Command
Line
"
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
10
,
"Command"
,
cfg
.
hotkey
[
i
]
->
cmd
,
sizeof
(
cfg
.
hotkey
[
i
]
->
cmd
)
-
1
,
K_EDIT
);
,
cfg
.
hotkey
[
i
]
->
cmd
,
sizeof
(
cfg
.
hotkey
[
i
]
->
cmd
)
-
1
,
K_EDIT
);
break
;
break
;
}
}
}
}
}
}
...
...
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