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
644bfbf8
Commit
644bfbf8
authored
22 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Changed auto-pause prompt (to {Continue? Yes/No} while viewing multi-page
bulletins.
parent
77e4a80f
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
exec/bullseye.src
+4
-1
4 additions, 1 deletion
exec/bullseye.src
with
4 additions
and
1 deletion
exec/bullseye.src
+
4
−
1
View file @
644bfbf8
...
...
@@ -19,7 +19,7 @@ int total
int mode
str fname
printf "\r\nSynchronet BullsEye! Version 1.0
0
by Rob Swindell\r\n"
printf "\r\nSynchronet BullsEye! Version 1.0
6
by Rob Swindell\r\n"
pause_reset
set str "%zbullseye.cfg"
fopen file O_RDONLY str
...
...
@@ -42,6 +42,7 @@ set total 0
end_if
# Display menu, list bulletins, display prompt, etc.
:menu
printfile "%zbullseye.asc"
print "\1n\r\n\1b\1hEnter number of bulletin to view or press (\1wENTER\1b) to continue: \1w"
...
...
@@ -62,6 +63,7 @@ if_true # not end of file
truncsp str
copy fname str
compare_substr str ".htm"
replace_text 563 "\1n\1h\1b{\1wContinue? Yes/No\1b} "
if_true
exec_bin typehtml
else
...
...
@@ -69,6 +71,7 @@ if_true # not end of file
end_if
sprintf str "Node %d %s viewed bulletin #%d: %s" _node_num _useron.alias i fname
print_local "%s"
revert_text 563
clear_abort
goto menu
end_if
...
...
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