fix to minor bug affecting the build process, a maintenance release will follow shortly.

This commit is contained in:
Hisham Muhammad
2009-06-08 21:08:02 +00:00
parent 4206828d17
commit 3e6be2d7f7
8 changed files with 11 additions and 7 deletions

View File

@ -150,6 +150,7 @@ void TraceScreen_run(TraceScreen* this) {
break;
case 'q':
case 27:
case KEY_F(10):
looping = false;
break;
case KEY_RESIZE: