From 4d4f9c6753ef8f41df0b5a73e0cadf63e5d57b46 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Sat, 20 Oct 2018 10:33:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e81cc3..3dc39e6 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ the directory to the PATH-Environment-Variable. | | | | `CONSOLE windowscroll ` | Scrolls the window to the given point, measured from the top left corner. | | | | | `CONSOLE windowsize ` | Resizes the window to the given width and height. | | | | | `CONSOLE clear` | Clears the window. | -| | | *errorlevel* **[num0*[1000|10000] + ] num1** | `CONSOLE get ` | Returns the current value of the settings *cursorsize*, *windowscroll* or *windowsize*. Also, you can get the current window *title* with it. | +| | | *errorlevel* **[num0\*[1000|10000] + ] num1** | `CONSOLE get ` | Returns the current value of the settings *cursorsize*, *windowscroll* or *windowsize*. Also, you can get the current window *title* with it. | | cTIME | v2 | *stdout* **timestring** | `cTIME ` | Converts a Millisecond-Unix-Timestamp to human-readable time, ready to output. | | MAKEANIMATION | v1 | *stdout* **animation-string** | `MAKEANIMATION [WORD]` | Outputs a valid animation value for the `ANIMATION` command.

Types:
`Rotate`:
`0 - / - \ \|`
`1 - ^ > V <`
`2 - + x`
`3 - p d b q`
`Range`:
Returns a set of numbers from 0 to the given number.
`Alphabet`:
Returns **n** letters of the alphabet. Maximum is 26.
`Appear`
Accepts the **WORD** Parameter, while a *0* for **Sub** is required. It makes the given word appear one letter at a time. | | MOVEBUFFER | v5 | *none* | `MOVEBUFFER ` | Moves the given area in console buffer somewhere else. |