summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-11-21 16:59:38 +0100
committerBenBE <BenBE@geshi.org>2020-12-03 22:41:31 +0100
commitc49ca61dd92a79499ca0cc21541960d33354a654 (patch)
treedde83d97bec0c2680455a4e76da8ade5216fccf5 /InfoScreen.c
parent4f08d2d5ad409cb51a8c3a8e538d7c962ebb1dfc (diff)
Common order for ESC/q/F10
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy