mirror of
https://github.com/cc65/cc65.git
synced 2025-04-08 19:38:55 +00:00
Added toggle_videomode
git-svn-id: svn://svn.cc65.org/cc65/trunk@1981 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
85f51dc89a
commit
332c37fa04
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user