|
| Previous: 3.2.10 MEMSCAN | TOC | Index | Back | Next: 3.2.12 OPEN |
T.NEWLINE(s) ! Str => Str
Write a system-dependent newline sequence to the string 's'. The sequence will move the cursor to the beginning of a new line when sent to a terminal. The sequence written to 's' will never be longer than four characters including the terminating NUL character.
The result of writing NEWLINE to a screen may be undefined on terminals in raw mode.
NEWLINE returns a pointer to 's'.
See also: WRITE, TTYCTL.MODE
| Previous: 3.2.10 MEMSCAN | TOC | Index | Back | Next: 3.2.12 OPEN |