mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
document special case on sub 40-col modes
This commit is contained in:
parent
a270a56a71
commit
caa74b325d
@ -7788,6 +7788,10 @@ format specifiers as <tt/vprintf/. <!-- <tt/<ref id="vprintf" name="vprintf">/.
|
||||
between <tt/\r/ and <tt/\n/.
|
||||
<item>The function is only available as fastcall function, so it may only be
|
||||
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>
|
||||
<tag/Availability/cc65
|
||||
<tag/See also/
|
||||
|
Loading…
Reference in New Issue
Block a user