Thiemo Seufer schrieb:
> Stefan Weil wrote:
>>> CVSROOT: /sources/qemu
>>> Module name: qemu
>>> Changes by: Thiemo Seufer <ths> 07/01/16 23:02:36
>>>
>>> Modified files:
>>> . : console.c
>>>
>>> Log message:
>>> Improved console handling, thanks Stefan Weil.
>> Here are two additional smaller changes for console.c.
>> They fix cursor display at end of line and line wrapping.
>>
>> Please add them to CVS HEAD.
> Something isn't ok with it. Try running e.g. mutt in a emulated
> Linux system, it appears garbled.
>
> Thiemo
I tried. These are my results:

Mutt does not work with ANSI escape sequences.
It needs VT100 emulation or better. Try
                TERM=ansi mutt
in any terminal (xterm, Linux VGA text console, ...) - you
will get the same garbled output, so QEMU is compatible :-)

My patch improves QEMU's ANSI emulation
(so please add it to CVS HEAD), but it does not
add VT100 capabilities.

Stefan



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to