Fixed description of bgcolor

git-svn-id: svn://svn.cc65.org/cc65/trunk@3166 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-07-29 07:06:34 +00:00
parent ecaaf8b3ec
commit eb0e898f5e

View File

@@ -443,7 +443,7 @@ previously been allocated by <tt/<ref id="malloc" name="malloc">/, <tt/<ref
id="calloc" name="calloc">/ or <tt/<ref id="realloc" name="realloc">/. id="calloc" name="calloc">/ or <tt/<ref id="realloc" name="realloc">/.
<tag/Limits/ <tag/Limits/
<itemize> <itemize>
<item>Passing a pointer to a block that was is not the result of one of the <item>Passing a pointer to a block that was is not the result of one of the
allocation functions, or that has been free'd will give unpredicable results. allocation functions, or that has been free'd will give unpredicable results.
</itemize> </itemize>
<tag/Availability/cc65 <tag/Availability/cc65
@@ -954,8 +954,9 @@ used in presence of a prototype.
<tag/Function/Set the background text color. <tag/Function/Set the background text color.
<tag/Header/<tt/<ref id="conio.h" name="conio.h">/ <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
<tag/Declaration/<tt/unsigned char __fastcall__ bgcolor (unsigned char color);/ <tag/Declaration/<tt/unsigned char __fastcall__ bgcolor (unsigned char color);/
<tag/Description/The function will set a new background text color. It returns <tag/Description/The function will set a new background color and return the
the old (current) background color. old (current) one. The background color is valid for the whole text output
area of the screen, not just for new text.
<tag/Limits/<itemize> <tag/Limits/<itemize>
<item>Background colors are system dependent. The function may have no effect <item>Background colors are system dependent. The function may have no effect
on systems where the background color cannot be changed. on systems where the background color cannot be changed.
@@ -979,7 +980,7 @@ used in presence of a prototype.
<tag/Header/<tt/<ref id="conio.h" name="conio.h">/ <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
<tag/Declaration/<tt/unsigned char __fastcall__ bordercolor (unsigned char color);/ <tag/Declaration/<tt/unsigned char __fastcall__ bordercolor (unsigned char color);/
<tag/Description/The function will set a new border color. It returns the old <tag/Description/The function will set a new border color. It returns the old
(current) border color. (current) border color.
<tag/Limits/<itemize> <tag/Limits/<itemize>
<item>Border colors are system dependent. The function may have no effect <item>Border colors are system dependent. The function may have no effect
on systems where the border color cannot be changed. on systems where the border color cannot be changed.