Martin Schwidefsky 18d1a7f675 s390/sclp: avoid merged message output
The sclp console and tty code currently uses several message text
objects in a single message event to print several lines with one
SCCB. This causes the output of these lines to be fused into a
block which is noticeable when selecting text in the operating system
message panel.

Instead use several message events with a single message text object
each to print every line on its own. This changes the SCCB layout
from

    struct sccb_header
        struct evbuf_header
            struct mdb_header
                struct go
                struct mto
		...
		struct mto

to

    struct sccb_header
        struct evbuf_header
            struct mdb_header
                struct go
                struct mto
	...
        struct evbuf_header
            struct mdb_header
                struct go
                struct mto

Reviewed-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2015-10-14 14:32:10 +02:00
..
2015-04-23 16:55:50 +02:00
2014-11-19 13:01:20 -05:00
2015-03-25 11:49:33 +01:00
2013-01-15 22:43:15 -08:00
2014-09-25 10:52:02 +02:00
2015-08-07 09:57:00 +02:00
2015-08-04 14:06:53 +02:00
2015-07-01 09:34:38 +02:00
2015-06-25 09:39:26 +02:00