Add Multiline Statustext to progress

The progress object allows to set the status of the progress dialog with

SetStatus()

however, newlines "\n" are ignored. So there is also the function

SetFromTo(header, from, to)

which allows to display two lines (so space is there enough to display several lines), however the header argument seems to be ignored completely (or i missunderstand it) and having "from" and "to" in front of the text i want to display is also not fullfilling my needs.
So i would appreciate if the SetStatus() function would allow line breaks. It does not need to be more than 3 or 4 lines but more than one as it is right now.

Thanks

The progress dialog has a fixed layout and the text at the top should be a very brief description so you know which operator it’s about. It isn’t meant to display a lot of text detail.

(Would you really read that much text every time the progress dialog appeared? Less is usually more here.)