Re: [PATCH 05/11] kconfig: qconf: show data column all the time

2020-08-30 Thread Masahiro Yamada
On Sun, Aug 30, 2020 at 1:54 PM Randy Dunlap wrote: > > On 8/29/20 1:14 AM, Masahiro Yamada wrote: > > The next commit will allow users to edit "int", "hex", "string" > > menus in-place from the data column. > > > > The data column should be always displayed. > > > > Signed-off-by: Masahiro Yamada

Re: [PATCH 05/11] kconfig: qconf: show data column all the time

2020-08-29 Thread Randy Dunlap
On 8/29/20 1:14 AM, Masahiro Yamada wrote: > The next commit will allow users to edit "int", "hex", "string" > menus in-place from the data column. > > The data column should be always displayed. > > Signed-off-by: Masahiro Yamada > --- > > scripts/kconfig/qconf.cc | 29 +--

[PATCH 05/11] kconfig: qconf: show data column all the time

2020-08-29 Thread Masahiro Yamada
The next commit will allow users to edit "int", "hex", "string" menus in-place from the data column. The data column should be always displayed. Signed-off-by: Masahiro Yamada --- scripts/kconfig/qconf.cc | 29 + scripts/kconfig/qconf.h | 5 + 2 files changed,