Re: A86: GET_KEY


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

Re: A86: GET_KEY




> i just noticed in my program On86, whose password routine uses GET_KEY, that
>  when you hold down an arrow key, it will read a new keypress repeatedly,
>  whereas when any other key is held down, it only reads the key once.  i'd
>  prefer to have all the keys do the same thing, either held down or not.
>  
>  should i [re]set a flag to prevent this?

I don't think there's any way to keep GET_KEY from flashing the arrows
and del key when they're held down.  I may be wrong.