NAME

refresh - set visual display refresh rate

SYNOPSIS

#include <mpict_p.h>
refresh (rate)
int rate;

DESCRIPTION

refresh is a macro for setting the visual display refresh rate for vector graphic displays. The refresh rate determines how often the display hardware redraws the display. This, in turn, affects the relative intensity of the display.

rate specifies the number of 0.1 millisecond intervals in the new rate. Initially, the rate is set at 40, meaning that the display is redrawn every 4 milliseconds. If the refresh rate is too fast for the hardware to draw an entire display, the hardware automatically switches to continuous refresh mode. In continuous refresh mode the hardware takes as much time as necessary to continuously redraw a display.

Changing the refresh rate does not affect the refresh of the color monitor which remains constant at 60 Hz.

SEE ALSO

vad(3U)