]> git.sur5r.net Git - cc65/commitdiff
SetNewMode() documentation = issue #814
authorScott Hutter <scott.hutter@gmail.com>
Tue, 18 Dec 2018 17:15:45 +0000 (11:15 -0600)
committerOliver Schmidt <ol.sc@web.de>
Sun, 30 Dec 2018 17:57:46 +0000 (18:57 +0100)
doc/geos.sgml

index cb849c389b3918bbc4a55a273746e27cda29ec05..ae781dfae6d256410dcba748214ad929ae8f5e7d 100644 (file)
@@ -332,6 +332,14 @@ The <tt/parameter/ is the field width in pixels (range 1-31) and the mode bits.
 the string can be filled with zeroes (the string is always 5 characters long) or not and left or right
 justified to the given pixel. See <tt/ggraph.h/ for predefined values for <tt/parameter/.
 
+<sect3>SetNewMode
+<p>
+<tt/void SetNewMode (void)/
+<p>
+This function is intended for use by GEOS 128 only, and will exhibit undefined behavior on the
+C64.  It will toggle between the 40 column screen mode and the 80 column screen mode.  Many C128 GEOS
+programs implement a "Switch 40/80" submenu option under the geos menu.
+
 <sect2>Font Handling
 
 <sect3>GetCharWidth