curses library version for mutt -v
Hi,
I suggest the following patch:
--- mutt-cvs/main.c 2006-07-11 23:38:30.000000000 +0000
+++ mutt-new/main.c 2007-01-29 16:44:06.000000000 +0000
@@ -167,7 +167,7 @@
printf (" (%s)", uts.machine);
#ifdef NCURSES_VERSION
- printf (" [using ncurses %s]", NCURSES_VERSION);
+ printf (" [using ncurses %s (%s)]", NCURSES_VERSION, curses_version ());
#elif defined(USE_SLANG_CURSES)
printf (" [using slang %d]", SLANG_VERSION);
#endif
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)