Skip to content
Snippets Groups Projects
Commit d8e04cb6 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment