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
6b678f68
Commit
6b678f68
authored
1 year ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Mention -b and -n.
parent
f8123890
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!463
MRC mods by Codefenix (2024-10-20)
Pipeline
#4400
failed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/syncterm/CHANGES
+1
-0
1 addition, 0 deletions
src/syncterm/CHANGES
src/syncterm/syncterm.man.in
+11
-5
11 additions, 5 deletions
src/syncterm/syncterm.man.in
with
12 additions
and
5 deletions
src/syncterm/CHANGES
+
1
−
0
View file @
6b678f68
...
...
@@ -20,6 +20,7 @@ Add a native (GDI) Windows mode (prefered over SDL mode)
Improve startup behaviour on Windows
Allow hardware scaling in X11, GDI, and SDL modes
Support XTerm Bracketed Paste
Add -b and -n command-line options for BBS list and INI file respectively
Version 1.1
-----------
...
...
This diff is collapsed.
Click to expand it.
src/syncterm/syncterm.man.in
+
11
−
5
View file @
6b678f68
...
...
@@ -7,6 +7,14 @@ syncterm \- BBS terminal program
\fBSyncTERM\fP is a terminal program designed specifically for connecting to
a Bulletin Board System (\fBBBS\fP)
.SS Options
.IP \fB\-4\fP
Only resolve IPv4 addresses
.IP \fB\-6\fP
Only resolve IPv6 addresses
.IP \fB\-b\fIpath/to/list\fR
Specify an alternative BBS list path
.IP \fB\-c\fP
Hide the status line
.IP \fB\-e\fIdly\fR
Specify the "escape delay" in milliseconds for curses(3) mode. Since curses
uses the escape key for its own purposes, using the escape key for other
...
...
@@ -96,17 +104,15 @@ chosen, a value of 50 is used.
Specifies the default scheme for \fIURL\fP to be telnet://
.IP \fB\-r\fP
Specifies the default scheme for \fIURL\fP to be rlogin://
.IP \fB\-
r
\fP
.IP \fB\-
h
\fP
Specifies the default scheme for \fIURL\fP to be ssh://
.IP \fB\-4\fP
Only resolve IPv4 addresses
.IP \fB\-6\fP
Only resolve IPv6 addresses
.IP \fB\-s\fP
Run in "safe mode" which disables the modification of local files such as the
dialing list.
.IP \fB\-T\fP
When this is the ONLY argument, dumps terminfo entry to stdout and exits.
.IP \fB\-v\fP
When this is the ONLY argument, dumps version info and build date to stdout and exits.
.SH RUN-TIME LINKING
For some features, specifically SDL support, and X11 support,
run-time linking is employed using dlopen(). Using this, it is possible to
...
...
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