qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Fix monitor console in curses mode


From: Ryan Harper
Subject: [Qemu-devel] [PATCH 0/2] Fix monitor console in curses mode
Date: Fri, 22 Aug 2008 13:03:39 -0500

The current curses code doesn't set the initial monitor text console to the size
of the terminal and fails to adjust properly after a resize.  The attach patches
create the initial console based on the size of the terminal instead of
defaulting to 80x25, and also hook 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.

The second patch is a trivial typo fix in the comments in console.c

Comments welcome since I'm new to both curses and qemu console code.

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





reply via email to

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