[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Delete key issue...
"Harry Potter" <rose.joseph12@yahoo.com> wrote:
> I found the problem: I was trapping printable characters before control
> characters and cc65 seems to recognize the delete key as a printable
> character. I fixed it. Sorry for the fruitless post. :(
You were right... it would have been better if you posted some of the code.
If you have found a problem with cc65 you should submit your fix to Uz and
Oliver.
I can't imagine how on earth a C compiler like cc65 would have got this far
by recognizng a control character as a printable character so I would ask
you to post the buggy compiler code you are talking about for us to see.