On Tue, 11 Dec 2001 [EMAIL PROTECTED] wrote:

>       Can anyone tell me what library is used to get all those glary UI in
> text mode in programs like "setup", or during the installation of RH.

$ ldd /usr/sbin/setup
        libnewt.so.0.50 => /usr/lib/libnewt.so.0.50 (0x40019000)
        libc.so.6 => /lib/libc.so.6 (0x40028000)
        libslang.so.1 => /usr/lib/libslang.so.1 (0x4011d000)
        libm.so.6 => /lib/libm.so.6 (0x40161000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

>       I need to work with multi-line texts, combos etc.
> 
>       (They are not just ncurses, right...?)

Have a look at libslang and libnewt, for example, the following RPMs are
on one of my systems:

newt-0.50.8-2
newt-devel-0.50.8-2
slang-1.2.2-5
slang-devel-1.2.2-5

Good luck,

  Jeremy C. Reed
  http://bsd.reedmedia.net/  -- BSD news and resources
  http://www.isp-faq.com/    -- find answers to your questions



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to