BlackBerry.mesa
Copyright Ó 1987, 1992 by Xerox Corporation. All rights reserved.
Doug Terry, July 19, 1988 1:07:07 pm PDT
DIRECTORY
LoganBerry USING [Entry],
LoganBerryBrowser USING [Tool];
BlackBerry: CEDAR DEFINITIONS
~ {
SetCountLimit: PROC [limit: INT];
Sets the threshold for deciding when to create a special text viewer for the output.
PrintEntry: PROC [entry: LoganBerry.Entry, tool: LoganBerryBrowser.Tool];
Prints entries in the LoganBerry Browser's output typescript until the count limit is exceeded; then it creates a new text viewer that contains all of the output.
}.