You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the current site, it accepts arrow keys but basically nothing else. Because the onkeydown handler always returns false, presumably to prevent typing keys into the code editor while the program is running. But instead of doing that, the run button should un-focus the code editor.
The keyboard seems to be unresponsive to hardware interrupts, or at least fails to accept keypresses properly. The code I'm running is
Even if this is run in a loop, C is never set to a nonzero value. Is my code incorrect, or is this a bug?
The text was updated successfully, but these errors were encountered: