Whenever I press Ctrl+C, the console stops responding to keyboard input. This is happening on Windows 10.
q)while[1b]'stop [0] while[1b] ^q) //typing anything has no effect
Is there a way to trigger the 'stop signal and still keep the ability to use the console?
This may be Windows-related - on Mac OS X it seems to work fine:
q)while[1b]
'stop
[0] while[1b]
^
q).z.K
3.5
Yes, this is definitely Windows 10-related.
I can replicated the above behaviour on my Win10 box, while Win7 box works as expected.
Looks like this is still not fixed by version 3.6.
- augusztus 13., vasárnap 16:36:47 UTC+1 id?pontban Péter Györök a következ?t írta:
Whenever I press Ctrl+C, the console stops responding to keyboard input. This is happening on Windows 10.
q)while[1b]'stop [0] while[1b] ^q) //typing anything has no effect
Is there a way to trigger the 'stop signal and still keep the ability to use the console?
I installed Atom and with a plugin tool: platformio-ide-terminal, on Windows 10, and it works while press Ctrl+C.