Re: [PATCH 2/4] ui/vnc: Do not use console_select()

2024-03-18 Thread Marc-André Lureau
Hi On Mon, Mar 18, 2024 at 1:05 PM Akihiko Odaki wrote: > > On 2024/03/18 17:21, Marc-André Lureau wrote: > > Hi > > > > On Mon, Mar 18, 2024 at 11:58 AM Akihiko Odaki > > wrote: > >> > >> console_select() is shared by other displays and a console_select() call > >> from one of them triggers

Re: [PATCH 2/4] ui/vnc: Do not use console_select()

2024-03-18 Thread Akihiko Odaki
On 2024/03/18 17:21, Marc-André Lureau wrote: Hi On Mon, Mar 18, 2024 at 11:58 AM Akihiko Odaki wrote: console_select() is shared by other displays and a console_select() call from one of them triggers console switching also in ui/curses, circumventing key state reinitialization that needs

Re: [PATCH 2/4] ui/vnc: Do not use console_select()

2024-03-18 Thread Marc-André Lureau
Hi On Mon, Mar 18, 2024 at 11:58 AM Akihiko Odaki wrote: > > console_select() is shared by other displays and a console_select() call > from one of them triggers console switching also in ui/curses, > circumventing key state reinitialization that needs to be performed in > preparation and

[PATCH 2/4] ui/vnc: Do not use console_select()

2024-03-18 Thread Akihiko Odaki
console_select() is shared by other displays and a console_select() call from one of them triggers console switching also in ui/curses, circumventing key state reinitialization that needs to be performed in preparation and resulting in stuck keys. Use its internal state to track the current