Re: [PATCH v4 3/4] eficonfig: add vertical scroll support

2023-01-23 Thread Masahisa Kojima
Hi Ilias, On Tue, 24 Jan 2023 at 00:07, Ilias Apalodimas wrote: > > On Fri, Jan 20, 2023 at 05:43:57PM +0900, Masahisa Kojima wrote: > > The current eficonfig menu does not support vertical scroll, > > so it can not display the menu entries greater than > > the console row size. > > > > This

Re: [PATCH v4 3/4] eficonfig: add vertical scroll support

2023-01-23 Thread Ilias Apalodimas
On Fri, Jan 20, 2023 at 05:43:57PM +0900, Masahisa Kojima wrote: > The current eficonfig menu does not support vertical scroll, > so it can not display the menu entries greater than > the console row size. > > This commit add the vertial scroll support. > The console size is retrieved by >

[PATCH v4 3/4] eficonfig: add vertical scroll support

2023-01-20 Thread Masahisa Kojima
The current eficonfig menu does not support vertical scroll, so it can not display the menu entries greater than the console row size. This commit add the vertial scroll support. The console size is retrieved by SIMPLE_TEXT_OUTPUT_PROTOCOL.QueryMode() service, then calculates the row size for