Subj : CVS commit src/syncterm/syncterm.c To : All From : deuce Date : Sat Feb 05 2005 12:37 pm src/syncterm syncterm.c 1.32 1.33 Update of /cvsroot/sbbs/src/syncterm In directory cvs.synchro.net:/tmp/cvs-serv11344 Modified Files: syncterm.c Log Message: Use cprint() for usage output since ciolib may have been initialized already. Clear screen first and wait for a keypress before exiting (Win32 may not be started from a console, and some curses implemetations clear screen on exit) .