On 2007-09-22, Tuomo Valkonen <[EMAIL PROTECTED]> wrote: > Tthe console version of the > UI (menuconfig) also seems to be using termios directly, instead of > curses, or even a higher-level library on top of curses. *sigh*.
Actually, I didn't look into the right place. The dialog-generating thing _does_ use curses, and is actually just a copy of a primitive version of dialog(1), but is executed by the actual config program for every menu separately. Ugly. -- Tuomo
