]> git.sur5r.net Git - cc65/commitdiff
Added toggle_videomode
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 13 Feb 2003 21:15:56 +0000 (21:15 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 13 Feb 2003 21:15:56 +0000 (21:15 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1981 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/funcref.sgml

index 6d31453654c4932595d2fa8878efdaad77297980..5ed03542ab2cd177bf6b0348d22f0b427b7460ab 100644 (file)
@@ -69,6 +69,13 @@ function.
 </itemize>
 
 
+<sect1><tt/c128.h/<label id="c128.h"><p>
+
+<itemize>
+<item><ref id="toggle_videomode" name="toggle_videomode">
+</itemize>
+
+
 <sect1><tt/conio.h/<label id="conio.h"><p>
 
 <itemize>
@@ -1890,6 +1897,25 @@ be used in presence of a prototype.
 </quote>
 
 
+<sect1>toggle_videomode<label id="toggle_videomode"><p>
+
+<quote>
+<descrip>
+<tag/Function/Toggle between 40 and 80 column mode.
+<tag/Header/<tt/<ref id="c128.h" name="c128.h">/
+<tag/Declaration/<tt/void toggle_videomode (void);/
+<tag/Description/Toggle between 40 and 80 column mode. The settings for the
+old mode (cursor position, color and so on) are saved and restored together
+with the mode.
+<tag/Limits/<itemize>
+<item>The function is specific to the C128.
+</itemize>
+<tag/Availability/C128
+<tag/Example/None.
+</descrip>
+</quote>
+
+
 <sect1>tolower<label id="tolower"><p>
 
 <quote>