Re: [PATCH 45/67] ui/vc: remove kby_put_keysym() and update function calls

2023-09-04 Thread Akihiko Odaki
On 2023/09/04 21:42, Marc-André Lureau wrote: Hi On Thu, Aug 31, 2023 at 12:59 AM Akihiko Odaki wrote: On 2023/08/30 18:38, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau The function calls to `kbd_put_keysym` have been updated to now call `kbd_put_keysym_console` with a NULL c

Re: [PATCH 45/67] ui/vc: remove kby_put_keysym() and update function calls

2023-09-04 Thread Marc-André Lureau
Hi On Thu, Aug 31, 2023 at 12:59 AM Akihiko Odaki wrote: > > On 2023/08/30 18:38, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > The function calls to `kbd_put_keysym` have been updated to now call > > `kbd_put_keysym_console` with a NULL console parameter. > > > > Like m

Re: [PATCH 45/67] ui/vc: remove kby_put_keysym() and update function calls

2023-08-30 Thread Akihiko Odaki
On 2023/08/30 18:38, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau The function calls to `kbd_put_keysym` have been updated to now call `kbd_put_keysym_console` with a NULL console parameter. Like most console functions, NULL argument is now for the active console. This will allo

[PATCH 45/67] ui/vc: remove kby_put_keysym() and update function calls

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau The function calls to `kbd_put_keysym` have been updated to now call `kbd_put_keysym_console` with a NULL console parameter. Like most console functions, NULL argument is now for the active console. This will allow to rename the text console functions in a consistent man