October 1, 1979 INTRODUCTION
OVERVIEW
Swift Input Mode ________________ does not do this verification, but it is faster
should be used anytime Input Mode and less expensive to use -- it _________________________________
would be used ______________. Any formatting errors can always be found later
using FERROR.
FRESS has defined special meanings for several characters.
These may seem confusing at first, but if Section 3 is read
carefully they should not pose much of a problem.
Stream Editor ________________
stream editor The FRESS editor is a _____________, which means the file can
be thought of as consisting of a single indefinitely long
"superline" or "stream" of text, rather than many discrete lines
(as in a conventional program editor). Text appears at the
terminal on consecutive "logical lines," the length of which the
user may select (see SDISPLAY).
Editing Buffer/Display Window ________________________________
As a stream editor, the scope of FRESS editing commands is not
Editing Buffer 2100 limited to just one line. Instead, an ______________ of ____
characters __________ is searched for the first appearance of the desired
"context pattern." After each edit, the system displays a
Display Window portion of the ______________, which is simply the top part of the
Editing Buffer. FRESS will optionally type any portion of the
Display Window after each editing command (see SDISPLAY). It is
also possible to PRINT the entire Display Window (display it at
the terminal), without having to relocate the Editing Buffer
Editing Mode (which requires some overhead). The _____________, which
Display determines when the Editing Buffer is relocated, and the _______
Mode ____, which determines whether the context string around each edit
location will be typed, are described in Section 2 and are set by
SMODE. Both modes can also be temporarily overridden (see Section
2.3.1).
Getting Output _________________
The user can have a file fully formatted and sent to the
high-speed printer or the terminal using FULLPRINT.

The string being edited. It can be specified by just the
characters at its left and right boundaries (see the description
of ellipses in Section 3).
FRESS Resource Manualnual Release 9.1 Section 1.3 -- 5
Previous Page Next Page