Command: suppress

Syntax

suppress <command_block>

Description

Execute a command or block of commands with graphic output suppressed.

Parameters

Switches

Notes

The graphic output resulting from all commands is suppressed with the exception of the wpaint command which may be used to periodically refresh all or specific windows.

The suppression applies to graphic windows only.

After <command_block> has been executed, the contents of relevant graphic windows are redrawn unless the -q switch was used.

No graphics are drawn at all while suppression is on. This includes repaints caused by window exposures.

Examples

Execute one command.

suppress exec read_data()

Execute a command block.

suppress {
    modify ga { ls = red }
    modify gb { ls = green }
    kill gd
    box;plan
}

See Also

Commands:

group, wgraphic, wgroup, wpaint