[Nmh-workers] nmh is Ncurses-based?

2010-01-22 Thread norm
http://linuxmafia.com/faq/Mail/muas.html says that nmh is Ncurses-based.
Is that true? If so,What does it mean?

Norman Shapiro
798 Barron Avenue
Palo Alto CA 94306-3109
(650) 565-8215
n...@dad.org


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] nmh is Ncurses-based?

2010-01-22 Thread Jerrad Pierce
No, it is not ncurses based

# ldd mhshow
libiconv.so.2 = /usr/local/lib/libiconv.so.2 (0x2af0a6328000)
libtermcap.so.2 = /lib64/libtermcap.so.2 (0x2af0a6609000)
libc.so.6 = /lib64/libc.so.6 (0x2af0a680c000)
/lib64/ld-linux-x86-64.so.2 (0x2af0a610b000)

No nmh file links to curses, and especially not show which would be the most
obvious command to use curses.

However, my helper command vpick does use curses
http://pthbb.org/manual/software/MH/vpick.html
-- 
Free map of local environmental resources: http://CambridgeMA.GreenMap.org
--
MOTD on Boomtime, the 22nd of Chaos, in the YOLD 3176:
Think I've gone insane, can't remember my own name. Think I've gone insane... 
--Therapy?


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] nmh is Ncurses-based?

2010-01-22 Thread levinedl
It depends on what's provided on the platform.  configure
searches for available libraries in this order:
  termcap_curses_order=termcap curses ncurses

libtermcap.so (and libtinfo.so) can be provided by ncurses on Linux.

For info on ncurses:
  http://invisible-island.net/ncurses/ncurses.faq.html

David


Norman wrote:

 http://linuxmafia.com/faq/Mail/muas.html says that nmh is Ncurses-based.
 Is that true? If so,What does it mean?


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] nmh is Ncurses-based?

2010-01-22 Thread Jerrad Pierce
It depends on what's provided on the platform.  configure
searches for available libraries in this order:
  termcap_curses_order=termcap curses ncurses
I don't think that really qualifies as curses based,
using an variant of a standard library that might be provided by (n)curses.

And that is the only instance of curses in the core source code.
vmh (visual MH) does use curses, but it doesn't even seem to build by default.
-- 
Free map of local environmental resources: http://CambridgeMA.GreenMap.org
--
MOTD on Boomtime, the 22nd of Chaos, in the YOLD 3176:
Think I've gone insane, can't remember my own name. Think I've gone insane... 
--Therapy?


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] nmh is Ncurses-based?

2010-01-22 Thread levinedl
 It depends on what's provided on the platform.  configure
 searches for available libraries in this order:
   termcap_curses_order=termcap curses ncurses
 I don't think that really qualifies as curses based,
 using an variant of a standard library that might be provided by (n)curses.

I'm not sure what (n)curses based means, though I think
that command line would be better.

David


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers