mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Merge pull request #1633 from sprive/atari8-docs
document special case on sub 40-col modes
This commit is contained in:
commit
fc12b19659
@ -7788,6 +7788,10 @@ format specifiers as <tt/vprintf/. <!-- <tt/<ref id="vprintf" name="vprintf">/.
|
|||||||
between <tt/\r/ and <tt/\n/.
|
between <tt/\r/ and <tt/\n/.
|
||||||
<item>The function is only available as fastcall function, so it may only be
|
<item>The function is only available as fastcall function, so it may only be
|
||||||
used in presence of a prototype.
|
used in presence of a prototype.
|
||||||
|
<item>cprintf targets a 40 character line. On a 20-column display this has
|
||||||
|
the unexpected effect of a blank line after your text. On such displays you can either
|
||||||
|
use for example gotoxy(20,0) to target the "next" line, or you can switch to write()
|
||||||
|
function which does not have this side effect.
|
||||||
</itemize>
|
</itemize>
|
||||||
<tag/Availability/cc65
|
<tag/Availability/cc65
|
||||||
<tag/See also/
|
<tag/See also/
|
||||||
|
Loading…
Reference in New Issue
Block a user