Modify test
Modify test
This commit is contained in:
@@ -391,11 +391,15 @@ Returns the escape sequence to insert `chars` characters.
|
|||||||
|
|
||||||
Returns the escape sequence to delete <chars> characters.
|
Returns the escape sequence to delete <chars> characters.
|
||||||
|
|
||||||
INPUT
|
**INPUT**
|
||||||
chars : How many charaters we have to delete
|
|
||||||
|
|
||||||
OUTPUT
|
- `chars` : How many charaters we have to delete
|
||||||
result : String with the requested ANSI escape sequence
|
|
||||||
|
**OUTPUT**
|
||||||
|
|
||||||
|
- `result` : String with the requested ANSI escape sequence
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Ansi.GetCursorMove(row, column)
|
## Ansi.GetCursorMove(row, column)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user