This reference documents version 5.1.1-dev of the MPSL API.
mp.break_line - Breaks current line in two (inserts a newline).
mp.break_line(doc, col);
| doc | the document |
| col | column where the newline will be inserted |
Breaks current line in two by inserting a newline character in between. If col is not NULL, the newline will be inserted in that column; otherwise, the current x position will be used.