[kbuild-devel] Re: [PATCH 3/3] [kconfig] Direct use of lxdialog routines by menuconfig

2005-12-16 Thread Sam Ravnborg
On Wed, Dec 14, 2005 at 11:18:32PM +0100, Roman Zippel wrote: > > > Compared to the previous version (from February 2003), this one should be > > less buggy (especially wrt. the escape character handling), should not > > crash while resizing and the resizing should have immediate effect > > (altho

[kbuild-devel] Re: [PATCH 0/3] Link lxdialog with mconf directly

2005-12-16 Thread Sam Ravnborg
On Mon, Dec 12, 2005 at 09:08:17PM +0100, Petr Baudis wrote: > > Ok. I didn't want to pollute scripts/kconfig/ too much, but if it's ok > by you, I can do it that way. I will submit another series later in the > evening. I've just done the renaming and relevant updates. So you will deal with much

[kbuild-devel] Re: [PATCH 3/3] [kconfig] Direct use of lxdialog routines by menuconfig

2005-12-16 Thread Kurt Wall
On Monday 12 December 2005 06:20 am, Petr Baudis wrote: > Dear diary, on Mon, Dec 12, 2005 at 04:18:26AM CET, I got a letter > where Kurt Wall <[EMAIL PROTECTED]> said that... > [...] > > > + submenu->data = (void *) !submenu->data; > > > > Shouldn't this be: > > submenu->data = (void *)

[kbuild-devel] Re: [PATCH 3/3] [kconfig] Direct use of lxdialog routines by menuconfig

2005-12-16 Thread Jesper Juhl
On 12/12/05, Petr Baudis <[EMAIL PROTECTED]> wrote: > After three years, the zombie walks again! This patch (against the latest > git tree) cleans up interaction between kconfig's mconf (menuconfig > frontend) and lxdialog. Its commandline interface disappears in this patch, > instead a .so is pac