qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Patch Send Ctrl-C to stdio target.


From: Samuel Thibault
Subject: Re: [Qemu-devel] Patch Send Ctrl-C to stdio target.
Date: Tue, 12 Aug 2008 22:01:32 +0100
User-agent: Mutt/1.5.12-2006-07-14

Krumme, Chris, le Tue 12 Aug 2008 11:34:56 -0700, a écrit :
> One of the features seems to deal with SIGWINCH, but there is no way to
> pass that to the target OS so it seems limited to helping the monitor.

Indeed.  The interface with the target OS remains the VGA layer. But you
can resize the screen from the OS itself by using e.g. stty rows which
tinkers with VGA registers.

> The code without the -curses option uses the termio package, is curses
> that much better at initing the terminal?

curses is _the_ library which is supposed to know how to handle such
issues.  So by definition nothing can be better.

Samuel




reply via email to

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