Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PrintBox.ml: shouldn't Text store a list of non-breakable lines?
Currently `PrintBox_text` does not assume that and splits each of the lines. But we have `PrintBox.line` and `PrintBox.lines`. The former validates the input, the latter does not.
- Loading branch information