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
6da39368
Commit
6da39368
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added _QUESTION (used in yes/no questions) as a new global string variable.
parent
8015b0cf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
exec/sbbsdefs.inc
+1
-0
1 addition, 0 deletions
exec/sbbsdefs.inc
src/sbbs3/exec.cpp
+3
-0
3 additions, 0 deletions
src/sbbs3/exec.cpp
with
4 additions
and
0 deletions
exec/sbbsdefs.inc
+
1
−
0
View file @
6da39368
...
...
@@ -232,6 +232,7 @@
!
global
_CAP_FNAME
!
global
_CID
!
global
_COMSPEC
!
global
_QUESTION
# Integer variables
!
global
_USERON
.
NUMBER
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/exec.cpp
+
3
−
0
View file @
6da39368
...
...
@@ -100,6 +100,9 @@ char ** sbbs_t::getstrvar(csi_t *bin, long name)
break
;
case
0x15755030
:
return
((
char
**
)
&
comspec
);
case
0x5E049062
:
sysvar_p
[
sysvar_pi
]
=
question
;
break
;
case
0xf19cd046
:
sysvar_p
[
sysvar_pi
]
=
(
char
*
)
wordwrap
;
...
...
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