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
d8e04cb6
Commit
d8e04cb6
authored
4 months ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Clarify that you can still set a macro with p2=0 (and p2=1).
parent
60b5b2e4
No related branches found
No related tags found
No related merge requests found
Pipeline
#6753
passed
4 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.adoc
+4
-2
4 additions, 2 deletions
src/conio/cterm.adoc
with
4 additions
and
2 deletions
src/conio/cterm.adoc
+
4
−
2
View file @
d8e04cb6
...
...
@@ -241,8 +241,10 @@ Sets a macro to be replayed using `CSI Pn * z`
`p1` is the macro number to set, and must be between 0 and
63 inclusive.
+
If `p2` is zero, the macro numbered `p1` will be deleted. If
`p2` is one, all macros are deleted.
If `p2` is zero, the macro numbered `p1` will be deleted before the new
macro is set. If `p2` is one, all macros are deleted before the new
macro is set. If the macro is zero length, only the delete action is
stored, you can't store a zero-length macro.
+
If `p3` is zero, the macro is defined using ASCII characters
(0x20 - 0x7e and 0xa0 - 0xff only) if `p3` is one, the macro
...
...
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