qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/1][RESEND] v2: Fix monitor console in curses mode


From: Ryan Harper
Subject: [Qemu-devel] [PATCH 0/1][RESEND] v2: Fix monitor console in curses mode
Date: Thu, 4 Sep 2008 11:10:37 -0500

No futher feedback or concerns received, please apply.

v2: dropped initial display size changes in curses.c -- not needed.

The current curses code doesn't adjust the curses and text console display to
match the size of the terminal and fails to adjust properly after a resize.
The attach patches ensure that text_console_resize events adjust the
Textconsole display area so they stay the same size as the curses display.
The result is that we no longer see broken output like:

QEMU 0.9.1 monitor - type 'help' for more information
                    (qemu)
                                            (qemu)
                                                                (qemu)

and you can resize your terminal window and the monitor and serial text consoles
adjust properly as well.

Signed-off-by: Ryan Harper <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]