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.
Showing
- src/conio/ciolib.c 4 additions, 5 deletionssrc/conio/ciolib.c
- src/conio/ciolib.h 1 addition, 2 deletionssrc/conio/ciolib.h
- src/conio/cterm.c 3 additions, 3 deletionssrc/conio/cterm.c
- src/conio/curs_cio.c 4 additions, 4 deletionssrc/conio/curs_cio.c
- src/conio/win32cio.c 1 addition, 1 deletionsrc/conio/win32cio.c
Loading
Please register or sign in to comment