mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
44257b9b4a
When conio was implemented for the osic1p target, the cbm target was used as a blueprint. But it was overlooked that the cbm target encodes CR as 0x0A and LF as 0x0D, while the osic1p target uses the ASCII encoding of CR and LF. Therefore conio output of '\n' moved the active position to the start of the line and '\r' moved the active position to the next line. This change implements the correct semantics of '\n' and '\r' in conio for the osic1p target. Fixes #1747. |
||
---|---|---|
.. | ||
extra | ||
bootstrap.s | ||
cclear.s | ||
cgetc.s | ||
chline.s | ||
crt0.s | ||
ctype.s | ||
cvline.s | ||
doesclrscr.s | ||
extzp.inc | ||
extzp.s | ||
gotox.s | ||
gotoxy.s | ||
gotoy.s | ||
kbhit.s | ||
oserror.s | ||
osic1p.inc | ||
osiscreen.inc | ||
revers.s | ||
screen-c1p-24x24.s | ||
wherex.s | ||
wherey.s |