D-IDE icon indicating copy to clipboard operation
D-IDE copied to clipboard

if a program causes a d run time fault, d ide will stop accepting keyboard input

Open KevinBrogan opened this issue 11 years ago • 0 comments

build and run, fault, no keyboard input. Can still ctrl-a to select all though...

extern (C) int _getch(); alias _getch getch;

void main() { getch(); }

KevinBrogan avatar Apr 23 '13 04:04 KevinBrogan