SCREEN FLUSH_BUFFER causes all buffered output to be sent to the terminal immediately. This statement/command would normally be executed just before performing some CPU-intensive calculations, or when the terminal screen must be updated.
SCREEN FLUSH_BUFFER
SCREEN FLUSH_BUFFER
This example sends all buffered output to the terminal.