mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
added Reset() function to VT100 module.
This commit is contained in:
parent
590398b27e
commit
9e3995d0ee
1 changed files with 9 additions and 2 deletions
|
|
@ -168,8 +168,15 @@ CONST
|
|||
|
||||
END EscSeq2;
|
||||
|
||||
|
||||
|
||||
PROCEDURE Reset*;
|
||||
VAR
|
||||
cmd : ARRAY 6 OF CHAR;
|
||||
BEGIN
|
||||
COPY(Escape, cmd);
|
||||
Strings.Append("c", cmd);
|
||||
Out.String(cmd);
|
||||
Out.Ln;
|
||||
END Reset;
|
||||
(* Cursor up
|
||||
moves cursor n cells in the given direction. if the cursor is already at the edge of the screen, this has no effect *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue