https://github.com/jrincayc/ucblogo-code
Revision 023b9d98f70b23f01551b491e9daca6cf4a5fd4c authored by Joshua J. Cogliati on 26 December 2019, 14:56:54 UTC, committed by Joshua J. Cogliati on 26 December 2019, 14:56:54 UTC
This is automatically generatable from usermanual.texi, but to do so
requires tex, so adding to repository to simplify development.
1 parent a21997f
Raw File
Tip revision: 023b9d98f70b23f01551b491e9daca6cf4a5fd4c authored by Joshua J. Cogliati on 26 December 2019, 14:56:54 UTC
Adding the pdf usermanual
Tip revision: 023b9d9
fullscreen
FULLSCREEN
FS

	rearranges the size and position of windows to maximize the space
	available in the graphics window.  The details differ among machines.
	Compare SPLITSCREEN and TEXTSCREEN.

	Since there must be a text window to allow printing (including the
	printing of the Logo prompt), Logo automatically switches from
	fullscreen to splitscreen whenever anything is printed.

	In the DOS version, switching from fullscreen to splitscreen loses the
	part of the picture that's hidden by the text window.  [This design
	decision follows from the scarcity of memory, so that the extra memory
	to remember an invisible part of a drawing seems too expensive.]

back to top