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
7ad226dc
Commit
7ad226dc
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Fix URL typo in ALPHA notice.
And a couple of minor cosmetic adjustments.
parent
c6cf19cb
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/syncterm/syncterm.c
+3
-3
3 additions, 3 deletions
src/syncterm/syncterm.c
with
3 additions
and
3 deletions
src/syncterm/syncterm.c
+
3
−
3
View file @
7ad226dc
...
...
@@ -1622,20 +1622,20 @@ int main(int argc, char **argv)
#ifdef ALPHA
init_uifc
(
TRUE
,
TRUE
);
uifc
.
showbuf
(
WIN_SAV
|
WIN_MID
|
WIN_HLP
,
0
,
0
,
76
,
uifc
.
scrn_len
-
2
,
"WARNING: ALPHA VERSION"
,
"This is an ~`ALPHA`~ version
\n
\n
"
"This is an ~`ALPHA`~ version
\n
"
"
\n
"
"It has both known and unknown issues and is not believed to be suitable
\n
"
"for use. By using it, you are agreeing to be free QA to find and report bugs.
\n
"
"
\n
"
"There are expected to be many bugs.
\n
"
"
\n
"
"Bugs should be reported at http://sf
/
net/p/syncterm/tickets/
\n
"
"Bugs should be reported at
`
http://sf
.
net/p/syncterm/tickets/
`
\n
"
"when reporting bugs, please register with a valid email so I can follow
\n
"
"up with additional questions.
\n
"
"
\n
"
"This message will appear every time you start this program. Please
\n
"
"consider running the latest release from:
\n
"
"https://sourceforge.net/projects/syncterm/files/latest/download
\n
"
"
`
https://sourceforge.net/projects/syncterm/files/latest/download
`
\n
"
"if you want a terminal that works."
,
NULL
,
NULL
);
uifcbail
();
...
...
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