diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/language/doc/gflush.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/language/doc/gflush.hlp')
-rw-r--r-- | pkg/language/doc/gflush.hlp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/pkg/language/doc/gflush.hlp b/pkg/language/doc/gflush.hlp new file mode 100644 index 00000000..b0f451c1 --- /dev/null +++ b/pkg/language/doc/gflush.hlp @@ -0,0 +1,32 @@ +.help gflush Feb86 language +.ih +NAME +gflush -- flush any buffered graphics output +.ih +USAGE +gflush +.ih +PARAMETERS +None. +.ih +DESCRIPTION +Output to graphics plotter devices is normally buffered and then disposed +of to the plotter as a larger job, to increase the efficiency of the +graphics system. The \fIgflush\fR task disposes of any buffered graphics +output and also initializes the graphics subsystem. The cursor mode frame +buffer is cleared, any connected graphics subkernels are disconnected, +and the memory and file descriptors used by the graphics subsystem are +freed. A \fIgflush\fR occurs automatically upon logout from the CL. + +The number of frames (plots) the graphics system will buffer for a device +is controlled by the MF (multi-frame) parameter in the \fIgraphcap\fR entry +for the device. When the multi-frame count is reached the buffered output +is automatically disposed of to the device. +.ih +EXAMPLES +1. Flush any graphics output and initialize the graphics system. + + cl> gflush +.ih +SEE ALSO +cursor, stdplot |