Author :
Sam Lantinga
Date :
2017-01-07 10:13:04
Hash :e9c2dcda Message :Fixed bug 3469 - Keypresses leak to the console with 2.0.5
tvc
I believe this patch should fix it, instead of looping through all the tty's and seemingly selecting the wrong one and corrupting the console I've just made SDL open /dev/tty which is the console attached to the current process anyway.