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
2f7af9d9
Commit
2f7af9d9
authored
21 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Created new sbbs_t methods: cleartoeol, cursor_home/up/down/left/right,
eventually, these may be non-ANSI-specific.
parent
00bf0a16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/sbbs.h
+7
-1
7 additions, 1 deletion
src/sbbs3/sbbs.h
with
7 additions
and
1 deletion
src/sbbs3/sbbs.h
+
7
−
1
View file @
2f7af9d9
...
...
@@ -470,6 +470,13 @@ public:
int
rprintf
(
char
*
fmt
,
...);
/* BBS raw printf function */
void
outchar
(
char
ch
);
/* Output a char - check echo and emu. */
void
center
(
char
*
str
);
void
clearline
(
void
);
void
cleartoeol
(
void
);
void
cursor_home
(
void
);
void
cursor_up
(
int
count
=
1
);
void
cursor_down
(
int
count
=
1
);
void
cursor_left
(
int
count
=
1
);
void
cursor_right
(
int
count
=
1
);
/* getstr.cpp */
size_t
getstr_offset
;
...
...
@@ -504,7 +511,6 @@ public:
void
redrwstr
(
char
*
strin
,
int
i
,
int
l
,
long
mode
);
void
attr
(
int
atr
);
/* Change local and remote text attributes */
void
ctrl_a
(
char
x
);
/* Peforms the Ctrl-Ax attribute changes */
void
clearline
(
void
);
/* atcodes.cpp */
int
show_atcode
(
char
*
code
);
...
...
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