Skip to content
Snippets Groups Projects
Commit da46f113 authored by deuce's avatar deuce
Browse files

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.
parent f4ce29ba
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment