]> git.sur5r.net Git - cc65/commit
The 128+x character codes were very likely intended to be interpreted by cputs and...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 19 Oct 2012 07:19:08 +0000 (07:19 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 19 Oct 2012 07:19:08 +0000 (07:19 +0000)
commit74fb91a3a2efcab6d97468788f5e26f2ac7e2ff2
treefafbf7895556b77d77b1b8f2e0f0a3655311daf9
parent590e382a2b9a1d6fb8c7f460210b1669ffd6812c
The 128+x character codes were very likely intended to be interpreted by cputs and translated into explicit drawing of short lines. However there was no code to do so at all. Given that the emulation of a characterbased API on a graphics system isn't the premier choice for a sophisticated UI it doesn't seem appropriate to invest into actually implementing the approach described above. Therefore I just replaced the character codes with a '+'.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5862 b7a2c559-68d2-44c3-8de9-860c34a00d81
include/geos.h