]> git.sur5r.net Git - cc65/commit
Fixed a problem with a disabled cursor: Switching off the cursor using the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 18 Feb 2010 20:31:50 +0000 (20:31 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 18 Feb 2010 20:31:50 +0000 (20:31 +0000)
commit2bd1f2f69f194fc01804a3fccf9ef371845ffc4a
treee55c27dcf2ab096b7757e1f4ec92bff96b5217d6
parent4bf888aa623667580ad27ec4ee90fd8eb1ceace5
Fixed a problem with a disabled cursor: Switching off the cursor using the
kernal routine does not work, when the cursor is not at the same position
where it was switched on, because when switching it on, the kernal remembers
the character attribute and restores this when switching it off. So characters
may get the wrong attribute. The solution is to always switch the cursor on,
before switching it off.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4592 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/c128/cgetc.s