We only process newlines when display.newText() is in multi-line mode. You need to specify a total width for the string so we know where to start wrapping. In that case, newline’s will be handled as expected.
We only process newlines when display.newText() is in multi-line mode. You need to specify a total width for the string so we know where to start wrapping. In that case, newline’s will be handled as expected.