]> git.sur5r.net Git - cc65/commitdiff
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)
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.


No differences found