Re: A86: Wierd with delete button


[Prev][Next][Index][Thread]

Re: A86: Wierd with delete button




> I was messing with my calculator the other day and when I hold down the del 
> button, the cursor goes black, and the run indicator goes on and it 
freezes, 
> does anybody know why this happens?

Yes, this is because the key repeat for the delete button is
handled slightly differently than the other key repeats, and
results in the first few steps of the busy indicator and the
first step of the cursor to be redrawn at every key repeat
(instead of cleared).  And THIS is due to what the delete
subroutine must actually perform when it is run.