Re: [PATCH v2 0/5] ui/console-vc: various fixes and improvements

2025-03-04 Thread Roman Penyaev
Hi Marc-André, Do you want me to resend the series with the review tag incorporated? Or are you fine to pull as-is if there is nothing left to address from my side? -- Roman On Wed, Feb 26, 2025 at 11:06 AM Marc-André Lureau wrote: > > Hi, > > On Wed, Feb 26, 2025 at 11:59 AM Roman Penyaev w

Re: [PATCH v2 0/5] ui/console-vc: various fixes and improvements

2025-02-26 Thread Marc-André Lureau
Hi, On Wed, Feb 26, 2025 at 11:59 AM Roman Penyaev wrote: > > This patch series brings several fixes and improvements to the QEMU > virtual console (VC), making it more usable and aligning it better > with VT100 spec. The updates include support for inserting and > deleting characters, better cur

[PATCH v2 0/5] ui/console-vc: various fixes and improvements

2025-02-26 Thread Roman Penyaev
This patch series brings several fixes and improvements to the QEMU virtual console (VC), making it more usable and aligning it better with VT100 spec. The updates include support for inserting and deleting characters, better cursor handling and correct position reporting. Without these changes, th