Subj : CVS commit src/conio/ciolib.c ciolib.h cterm.c curs_cio.c win32cio.c To : All From : deuce Date : Thu May 19 2005 04:54 pm src/conio ciolib.c 1.39 1.40 ciolib.h 1.23 1.24 cterm.c 1.20 1.21 curs_cio.c 1.17 1.18 win32cio.c 1.47 1.48 Update of /cvsroot/sbbs/src/conio In directory cvs.synchro.net:/tmp/cvs-serv30157 Modified Files: ciolib.c ciolib.h cterm.c curs_cio.c win32cio.c Log Message: Merve dont_move_cursor and hold_refresh into a single hold_update. Should be set to true when many updates are being done and they don't need to be shown as they happen. After setting back to 0, any ciolib function should do the full update. Win32: The cursor doesn't move while hold_update is set. Curses: No refresh() is called while hold_update is set. This allows programs to be faster without compromising conio compatability. .