Re: [PULL v2 08/18] ui: keep current cursor with QemuConsole

2023-03-17 Thread Daniel P . Berrangé
On Tue, Mar 14, 2023 at 12:01:24AM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Keeping the current cursor around is useful, not only for VNC, but for > other displays. Let's move it down, see the following patches for other > usages. > > Signed-off-by: Marc-André Lure

[PULL v2 08/18] ui: keep current cursor with QemuConsole

2023-03-13 Thread marcandre . lureau
From: Marc-André Lureau Keeping the current cursor around is useful, not only for VNC, but for other displays. Let's move it down, see the following patches for other usages. Signed-off-by: Marc-André Lureau Reviewed-by: Daniel P. Berrangé --- include/ui/console.h | 1 + ui/vnc.h