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
decc7e39
Commit
decc7e39
authored
7 months ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Oh, cterm.txt was wrong w.r.t. APC vs. APS too
parent
6c65a57c
No related branches found
No related tags found
No related merge requests found
Pipeline
#6677
failed
7 months ago
Stage: build
Stage: test
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/conio/cterm.txt
+12
-12
12 additions, 12 deletions
src/conio/cterm.txt
with
12 additions
and
12 deletions
src/conio/cterm.txt
+
12
−
12
View file @
decc7e39
...
...
@@ -256,34 +256,34 @@ ESC ^ Privacy Message (PM)
0x20-0x7e, terminated by a String Terminator (ST)
The string is currently ignored.
ESC _ Application Program
String
(AP
S
)
ESC _ Application Program
Command
(AP
C
)
Begins a string consisting of the characters 0x08 - 0x0d and
0x20-0x7e, terminated by a String Terminator (ST)
SyncTERM implements the following AP
S
commands:
SyncTERM implements the following AP
C
commands:
AP
S
SyncTERM:C;S Ps1 Ps2 ST (Store file)
AP
C
SyncTERM:C;S Ps1 Ps2 ST (Store file)
Where Ps1 is a filename and Ps2 is the base64 encoded
contents of the file. The named file is stored in the
cache directory for the current connection.
AP
S
SyncTERM:C;L Ps ST (List Files)
AP
C
SyncTERM:C;L Ps ST (List Files)
List files in cache. SyncTERM responds with
an AP
S
string with lines separated by newlines. The
an AP
C
string with lines separated by newlines. The
first line is always "SyncTERM:C;L\n" and for each
matching file, a line in the form
<Filename> TAB <MD5 sum> LF is sent
(ie: "coolfont.fnt\t595f44fec1e92a71d3e9e77456ba80d1\n")
And additional argument can be specified as a glob(3)
pattern (defaults to "*") in AP
S
SyncTERM:C;L;Ps ST.
pattern (defaults to "*") in AP
C
SyncTERM:C;L;Ps ST.
AP
S
SyncTERM:C;SetFont Pn Ps ST
AP
C
SyncTERM:C;SetFont Pn Ps ST
Where Pn is a font slot number (max 255) and Ps is a
filename in the cache. This sets font slot Pn to use
the specified font file.
AP
S
SyncTERM:C;DrawPPM Ps... Ps2 ST
AP
C
SyncTERM:C;DrawPPM Ps... Ps2 ST
Draws a PPM from the cache directory on the screen.
Ps2 is the filename and is required. Arguments for
Ps are optional. The following options can be included
...
...
@@ -344,15 +344,15 @@ ESC _ Application Program String (APS)
and assumes it is correctly using the BT.709 gamma
transfer.
AP
S
SyncTERM:C;LoadPPM Ps... Ps0 ST
AP
C
SyncTERM:C;LoadPPM Ps... Ps0 ST
Loads a PPM to a buffer. Ps0 is the filename
B=#
Selects the buffer (0 or 1 only) to paste from.
AP
S
SyncTERM:C;LoadPBM Ps... Ps0 ST
AP
C
SyncTERM:C;LoadPBM Ps... Ps0 ST
Loads a PBM to a buffer. Ps0 is the filename
AP
S
SyncTERM:P;Copy Ps... ST
AP
C
SyncTERM:P;Copy Ps... ST
Copies a portion of the screen into an internal buffer
for use with the Paste function. Defaults to copying
the entire screen.
...
...
@@ -372,7 +372,7 @@ ESC _ Application Program String (APS)
Sets the height to copy.
Default = Screen height - X.
AP
S
SyncTERM:P,Paste Ps... ST
AP
C
SyncTERM:P,Paste Ps... ST
Pastes from the copied buffer. Supports the same
options as the Cache DrawPPM command except for the
filename, and adds the B= option.
...
...
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