2a7 Subj : CVS commit src/conio/Common.gmake ansi_cio.c curs_cio.c x_cio.c To : All From : deuce Date : Thu Jan 27 2005 07:13 pm src/conio Common.gmake 1.22 1.23 ansi_cio.c 1.38 1.39 curs_cio.c 1.15 1.16 x_cio.c 1.12 1.13 Update of /cvsroot/sbbs/src/conio In directory cvs.synchro.net:/tmp/cvs-serv5764 Modified Files: Common.gmake ansi_cio.c curs_cio.c x_cio.c Log Message: Use system curses on SunOS. internal *_gettextinfo() implementation should not concern itself with the current window size (That's ciolib.cs issue) Redo curs_putch() to be the same way as everyone else. Surround more ncurses-specific stuff with #ifdef NCURSES_VERSION_MAJOR . 0