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
7667da94
Commit
7667da94
authored
4 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
For Nelgin:
";!" will repeat the last (non-blank) ";string" command.
parent
c15cc877
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/default.src
+18
-0
18 additions, 0 deletions
exec/default.src
with
18 additions
and
0 deletions
exec/default.src
+
18
−
0
View file @
7667da94
...
@@ -27,6 +27,8 @@
...
@@ -27,6 +27,8 @@
!include sbbsdefs.inc
!include sbbsdefs.inc
str last_str_cmd
# Set return point for main menu commands (via end_cmd)
# Set return point for main menu commands (via end_cmd)
cmd_home
cmd_home
...
@@ -166,7 +168,15 @@ cmdkey ;
...
@@ -166,7 +168,15 @@ cmdkey ;
else
else
getstr 40
getstr 40
end_if
end_if
compare_str !
if_equal
copy str last_str_cmd
end_if
exec_bin "str_cmds %s"
exec_bin "str_cmds %s"
compare_str ""
if_not_equal
copy last_str_cmd str
end_if
end_cmd
end_cmd
cmdkey T
cmdkey T
...
@@ -645,7 +655,15 @@ cmdkey ;
...
@@ -645,7 +655,15 @@ cmdkey ;
else
else
getstr 40
getstr 40
end_if
end_if
compare_str !
if_equal
copy str last_str_cmd
end_if
exec_bin "str_cmds %s"
exec_bin "str_cmds %s"
compare_str ""
if_not_equal
copy last_str_cmd str
end_if
end_cmd
end_cmd
cmdkey Q
cmdkey Q
...
...
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