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
6ba14952
Commit
6ba14952
authored
2 months ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Eliminate SS_ANSCAP - never did anything in SBBS v3, that I recall
parent
48ac38bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbbs3/execfunc.cpp
+0
-3
0 additions, 3 deletions
src/sbbs3/execfunc.cpp
src/sbbs3/sbbsdefs.h
+0
-1
0 additions, 1 deletion
src/sbbs3/sbbsdefs.h
with
0 additions
and
4 deletions
src/sbbs3/execfunc.cpp
+
0
−
3
View file @
6ba14952
...
...
@@ -275,9 +275,6 @@ int sbbs_t::exec_function(csi_t *csi)
}
return
0
;
case
CS_ANSI_CAPTURE
:
/* Capture ANSI codes */
sys_status
^=
SS_ANSCAP
;
bprintf
(
text
[
ANSICaptureIsNow
]
,
sys_status
&
SS_ANSCAP
?
text
[
On
]
:
text
[
Off
]);
return
0
;
case
CS_LIST_TEXT_FILE
:
/* View ASCII/ANSI/Ctrl-A file */
if
(
!
chksyspass
())
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/sbbsdefs.h
+
0
−
1
View file @
6ba14952
...
...
@@ -615,7 +615,6 @@ typedef enum { /* Values for xtrn_t.event */
#define SS_TMPSYSOP (1 << 2)
/* Temporary Sysop Status */
#define SS_USERON (1 << 3)
/* A User is logged on to the BBS */
#define SS_LCHAT (1 << 4)
/* Local chat in progress */
#define SS_ANSCAP (1 << 6)
/* Capture ANSI codes too */
#define SS_NEW_MONTH (1 << 8) // Execute System Monthly Event
#define SS_NEW_DAY (1 << 9) // Execute System Daily Event
#define SS_INUEDIT (1 << 10)
/* Inside Alt-Useredit section */
...
...
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