[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 *) (long)

[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 packed

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

2005-12-14 Thread Roman Zippel
Hi, On Mon, 12 Dec 2005, Petr Baudis wrote: In practice, this means that drawing on the screen is done with _MUCH_ less overhead now, the screen updates are better optimalized as ncurses won't get reset everytime you display something, that also implies that the ugly screen flickering is

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

2005-12-12 Thread Kurt Wall
On Sunday 11 December 2005 07:46 pm, Petr Baudis 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