[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] QEMU line wrapping not working
From: |
Peter Maydell |
Subject: |
Re: [Qemu-discuss] QEMU line wrapping not working |
Date: |
Thu, 2 May 2019 13:15:17 +0100 |
On Thu, 2 May 2019 at 13:12, Petr Hosek <address@hidden> wrote:
>
> We've noticed that QEMU seems to be disabling line wrapping through a
> terminal control escape sequence when it starts up: ā\033[?7lā. This makes
> the console output from QEMU truncated rather than wrapped, which makes use
> a bit difficult. Is there any way to disable this behavior?
It might be helpful if you provided your QEMU command line.
Without it we can't tell which of QEMU's various "ways to print
stuff to the terminal" you've asked it to do...
thanks
-- PMM