Re: [PATCH 32/67] ui/console: simplify getting active_console size

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:38:06PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > We can get the active console dimension regardless of its kind, by > simply giving NULL as argument. It will fallback with the given value > when the dimensions aren't known. > > This will

[PATCH 32/67] ui/console: simplify getting active_console size

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau We can get the active console dimension regardless of its kind, by simply giving NULL as argument. It will fallback with the given value when the dimensions aren't known. This will also allow to move the code in a separate unit more easily. Signed-off-by: Marc-André Lure