From: Hans-Bernhard B. <br...@us...> - 2002-10-30 16:14:54
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv28798 Modified Files: INSTALL Log Message: Added hint for Solaris/Intel to use ncurses. Index: INSTALL =================================================================== RCS file: /cvsroot/cscope/cscope/INSTALL,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** INSTALL 12 Jul 2001 15:10:13 -0000 1.6 --- INSTALL 30 Oct 2002 16:14:49 -0000 1.7 *************** *** 43,46 **** --- 43,48 ---- is a design problem of curses vs. signal handling, at the heart of it. + - Solaris 2.8 on Intel hardware may not work using the vendor's curses + implementation. Using the free NCurses should help. Browse to http://cscope.sourceforge.net for more current information. |