Section 14.2: Associative Arrays Up Chapter 14: Extensions Section 14.4: TODO statement 

14.3 Paused Screen Handling

This enhances usability over the slower connection lines, no matter which front-end implementation you deploy by selectively stopping updates to the screen. Using
SET PAUSE MODE ON
all screen updates are stopped, until a
SET PAUSE MODE OFF
is issued. This means that you can completely redraw the screen and then issue it to the user as a single screen rewrite, reducing cursor flicker as well as giving a much faster update.
 Section 14.2: Associative Arrays Up Chapter 14: Extensions Section 14.4: TODO statement