Name
RefreshConsole -- refresh console (V10.0)
Synopsis
RefreshConsole()
Platforms
Linux, macOS, Windows

Function
This function draws the changes in the current console window to the screen. To optimize drawing, the console typically won't refresh automatically when changes are made to its contents. Instead, RefreshConsole() must usually be called manually to make the console redraw itself. If you want Hollywood to automatically refresh the console, you can set the Immediate flag to True in SetConsoleOptions() but this can lead to flickery drawing.

You must enable advanced console mode using EnableAdvancedConsole() before you can use this function. See EnableAdvancedConsole for details.

Inputs
none


Show TOC