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
e8ce7771
Commit
e8ce7771
authored
1 year ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Some more fixes found from wikifying.
parent
7cde1563
No related branches found
No related tags found
No related merge requests found
Pipeline
#5726
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/conio/cterm.txt
+10
-10
10 additions, 10 deletions
src/conio/cterm.txt
with
10 additions
and
10 deletions
src/conio/cterm.txt
+
10
−
10
View file @
e8ce7771
...
...
@@ -667,7 +667,7 @@ CSI Pn P (DCH)
CSI Pn S (SU)
Scroll Up
Defaults: Pn = 1
Scrolls
all text on
the screen up Pn lines. New lines emptied at the
Scrolls the screen up Pn lines. New lines emptied at the
bottom are filled with the current attribute.
SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf
...
...
@@ -779,10 +779,10 @@ CSI < Ps c (CTDA)
6 - Extended palette is available
7 - Mouse is available
CSI P
s
d (VPA)
CSI P
N
d (VPA)
Line Position Absolute
Defaults: P
s
= 1
Moves to row specified by P
s
.
Defaults: P
n
= 1
Moves to row specified by P
n
.
SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf
...
...
@@ -795,8 +795,8 @@ CSI Pn SP d (TSR)
CSI Pn e (VPR)
Line Position Forward
Defaults: P
s
= 1
Moves forward P
s
rows.
Defaults: P
n
= 1
Moves forward P
n
rows.
SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf
...
...
@@ -809,8 +809,8 @@ CSI Pn1 ; Pn2 f (HVP)
CSI Ps g (TBC)
Tabulation Clear
Defaults: P
n
= 0
Deletes tab stops according to the values of P
1
:
Defaults: P
s
= 0
Deletes tab stops according to the values of P
s
:
0 - Deletes tab stop at current position.
3 - Deletes all tab stops.
5 - Deletes all tab stops.
...
...
@@ -920,7 +920,7 @@ CSI ? Ps... h (DECSET)
SOURCE: xterm
1006 - SGR encoded extended coordinates
Instead of the CSI M method, the format of mouse reporting
is change to CSI < Pb ; Px ; Py M for presses and
is change
d
to CSI < Pb ; Px ; Py M for presses and
CSI < Pb ; Px ; Py m for releases.
Instead of CSI M
Px and Py are one-based.
...
...
@@ -1071,7 +1071,7 @@ CSI Ps... m (SGR)
36 - Cyan foreground X X
37 - White foreground X X
38 - Extended Foreground (see notes) X
39 - Default foreground (same as white)
X X
39 - Default foreground (same as white) X X
40 - Black background X X
41 - Red background X X
42 - Green background X X
...
...
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