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
41598dcb
Commit
41598dcb
authored
22 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Fixed case of menu filenames: need to be lowercase for Unix-compatibility.
parent
7776995b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
exec/pcboard.src
+1
-1
1 addition, 1 deletion
exec/pcboard.src
exec/simple.src
+1
-1
1 addition, 1 deletion
exec/simple.src
exec/wildcat.src
+15
-15
15 additions, 15 deletions
exec/wildcat.src
exec/wipshell.src
+1
-1
1 addition, 1 deletion
exec/wipshell.src
with
18 additions
and
18 deletions
exec/pcboard.src
+
1
−
1
View file @
41598dcb
...
...
@@ -230,7 +230,7 @@ cmdstr P
end_cmd
cmdstr I
menu ../
ANSWER
menu ../
answer
menu pcboard/welcome
end_cmd
...
...
This diff is collapsed.
Click to expand it.
exec/simple.src
+
1
−
1
View file @
41598dcb
...
...
@@ -348,7 +348,7 @@ return
:msg_cfg
menu
MAINCFG
menu
maincfg
async
print "\r\nyhCommand: n"
getstrupr 10
...
...
This diff is collapsed.
Click to expand it.
exec/wildcat.src
+
15
−
15
View file @
41598dcb
...
...
@@ -12,7 +12,7 @@ async
compare_ars expert
if_false
clear_abort
menu
WILDCAT\MAIN
menu
wildcat/main
print "\r\nwhCommand >>? n"
else
print "\r\nyh@GRP@ @SUB@, wMAIN MENUy: ? n"
...
...
@@ -29,7 +29,7 @@ logkey_comma
cmdkey ?
compare_ars expert
if_true
menu
WILDCAT\MAIN
menu
wildcat/main
end_if
end_cmd
cmdkey M
...
...
@@ -52,7 +52,7 @@ cmdkey U
end_cmd
cmdkey N
menu
LOGON
menu
logon
pause
end_cmd
...
...
@@ -89,7 +89,7 @@ cmdkey P
end_cmd
cmdkey I
menu ..
\ANSWER
menu ..
/answer
pause
end_cmd
...
...
@@ -169,7 +169,7 @@ end_cmd
cmd_home
compare_ars expert
if_false
menu
E-MAIL
menu
e-mail
end_if
async
print "\r\nyhE-mail: n"
...
...
@@ -179,7 +179,7 @@ logkey
cmdkey ?
compare_ars expert
if_true
menu
E-MAIL
menu
e-mail
end_if
end_cmd
...
...
@@ -249,7 +249,7 @@ async
compare_ars expert
if_false
clear_abort
menu
WILDCAT\FILE
menu
wildcat/file
print "\r\nwhCommand >>? n"
else
print "\r\nyh@LIB@ @DIR@, wFILE MENUy: ? n"
...
...
@@ -263,7 +263,7 @@ logkey_comma
cmdkey ?
compare_ars expert
if_true
menu
WILDCAT\FILE
menu
wildcat/file
end_if
end_cmd
...
...
@@ -303,7 +303,7 @@ cmdkey D
cmdkey U
print "\r\nchUpload File\r\n"
chkfile "..
\
text
\
menu
\
upload.*"
chkfile "..
/
text
/
menu
/
upload.*"
if_true
menu upload
end_if
...
...
@@ -399,7 +399,7 @@ async
compare_ars expert
if_false
clear_abort
menu
WILDCAT\MSG
menu
wildcat/msg
print "\r\nwhCommand >>? n"
else
print "\r\nyh@GRP@ @SUB@, wMESSAGE MENUy: ? n"
...
...
@@ -413,7 +413,7 @@ logkey_comma
cmdkey ?
compare_ars expert
if_true
menu
WILDCAT\MSG
menu
wildcat/msg
end_if
end_cmd
...
...
@@ -479,7 +479,7 @@ cmdkey U
cmd_home
compare_ars expert
if_false
menu
MAINCFG
menu
maincfg
end_if
async
print "\r\nyhConfig: n"
...
...
@@ -489,7 +489,7 @@ cmdkey U
cmdkey ?
compare_ars expert
if_true
menu
MAINCFG
menu
maincfg
end_if
end_cmd
...
...
@@ -566,7 +566,7 @@ async
compare_ars expert
if_false
clear_abort
menu
WILDCAT\SYSOP
menu
wildcat/sysop
print "\r\nwhCommand >>? n"
else
print "\r\nyh@GRP@ @SUB@, wSYSOP MENUy: ? n"
...
...
@@ -580,7 +580,7 @@ logkey_comma
cmdkey ?
compare_ars expert
if_true
menu
WILDCAT\SYSOP
menu
wildcat/sysop
end_if
end_cmd
...
...
This diff is collapsed.
Click to expand it.
exec/wipshell.src
+
1
−
1
View file @
41598dcb
...
...
@@ -252,7 +252,7 @@ cmdkey B
cmdkey C
print_local "Config\r\n"
menu
XFERCFG
menu
xfercfg
async
print "\r\nyhConfig: n"
getcmd ?QBEP\r
...
...
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