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
c4eaa38b
Commit
c4eaa38b
authored
2 months ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Mention that some screen modes change the emulation mode.
parent
acef5f71
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#8214
passed
2 months ago
Stage: build
Stage: test
Stage: cleanup
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/conio/ciolib.adoc
+0
-1
0 additions, 1 deletion
src/conio/ciolib.adoc
src/syncterm/Manual.txt
+26
-5
26 additions, 5 deletions
src/syncterm/Manual.txt
with
26 additions
and
6 deletions
src/conio/ciolib.adoc
+
0
−
1
View file @
c4eaa38b
...
...
@@ -506,7 +506,6 @@ following table summarizes the available fonts.
|
|√
|SAA5050
|===
|Atari ST
|√
...
...
This diff is collapsed.
Click to expand it.
src/syncterm/Manual.txt
+
26
−
5
View file @
c4eaa38b
...
...
@@ -565,11 +565,32 @@ Screen Mode::
Selects the format of the window when connected.
A mode specifies the number of columns, the number of rows,
the aspect ratio, and the font size. Some modes such as the
Commodore and Atari modes will also change the selected font.
If the current font is a mode-specific one (such as C64 or Atari),
Changing from that mode to a standard one will change the font
to Codepage 437 English. See
<<_current_screen_mode,Current Screen Mode>> and
Commodore, Atari, Prestel, and BBC Micro modes will also change the
selected font. If the current font is a mode-specific one (such as C64
or Atari), Changing from that mode to a standard one will change the font
to Codepage 437 English. A few of the modes will result in different
terminal emulation than the ANSI-BBS described in the CTerm documentation.
These are:
+
--
C64, C128 (40col), and C128 (80col):::
These modes use PETSCII controls and do not support ANSI-BBS.
Atari, Atari XEP80:::
These modes use ATASCII controls and do not support ANSI-BBS.
Prestel, BBC Micro Mode 7:::
These modes use Videotex controls. There are subtle differences between
them, but the most obvious differnces are the Prestel mode doesn't scroll
and kbd:[Return] will send # instead of a carriage return.
Atari ST 40x25, Atari ST 80x25, and Atari ST 80x25 Mono:::
These modes use the Atari ST VT52 emulation and do not support ANSI-BBS.
--
+
See <<_current_screen_mode,Current Screen Mode>> and
<<custom_screen_mode,Custom Screen Mode>> for additional information.
Hide Status Line::
...
...
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