]> git.sur5r.net Git - cc65/commit
Implemented line wrap.
authorOliver Schmidt <ol.sc@web.de>
Sun, 19 Aug 2018 22:22:45 +0000 (00:22 +0200)
committerOliver Schmidt <ol.sc@web.de>
Sun, 19 Aug 2018 22:30:17 +0000 (00:30 +0200)
commit1644bcdf035aca1ccf1b6c93543c0b8c96231ecf
treeab355e8d91e1b786e02c3084862158d764e08b84
parentf8c6c58373426551eed096dcfab4eab137fc0430
Implemented line wrap.

According to https://github.com/cc65/wiki/wiki/Direct-console-IO it is undefined what happens when the end of the sceen is reached. But it is _not_ undefined what happens when the end of the line is reached. So implement the usual thing - which was easy enough to do after all.
libsrc/apple2/cputc.s