summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'InfoScreen.c')
-rw-r--r--InfoScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/InfoScreen.c b/InfoScreen.c
index eaf351d3..ceb29f74 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -144,8 +144,8 @@ void InfoScreen_run(InfoScreen* this) {
clear();
InfoScreen_draw(this);
break;
- case 'q':
case 27:
+ case 'q':
case KEY_F(10):
looping = false;
break;