From 7da2cea3379487e1e9eb567b75ac0c964a5585ef Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Tue, 16 Oct 2018 11:07:02 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8eba92a..5a3d5ce 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,6 @@ the directory to the PATH-Environment-Variable. | Command | Version Added | Syntax | Description | | ------- | ------------- | ------ | ----------- | | ANIMATION | v1 | `ANIMATION ` | Plays an animation. **MS** specifies the amount of Milliseconds per Frame, and **ANIMATION** is just all the animation frames seperated by spaces.
Example:
ANIMATION 200 U u .. u
Will animate to:
U u .. u U u .. u U u .. u U u .. u U u .. u | +| CURSORPOS | v1 | `CURSORPOS ` | Sets the cursor to the given **X** and **Y** coordinates. **Y** is relative to the top of the entire current output, not necessarily the window. | +| CURSORVISIBILITY | v1 | `CURSORVISIBILITY` | Changes if the Cursor should be visible. | +| | | `CURSORVISIBILITY GET` | Outputs the current Cursor visibility state. |