| commit | c49ca61dd92a79499ca0cc21541960d33354a654 | [log] [tgz] |
|---|---|---|
| author | Benny Baumann <BenBE@geshi.org> | Sat Nov 21 16:59:38 2020 +0100 |
| committer | BenBE <BenBE@geshi.org> | Thu Dec 03 22:41:31 2020 +0100 |
| tree | dde83d97bec0c2680455a4e76da8ade5216fccf5 | |
| parent | 4f08d2d5ad409cb51a8c3a8e538d7c962ebb1dfc [diff] [blame] |
Common order for ESC/q/F10
diff --git a/InfoScreen.c b/InfoScreen.c index eaf351d..ceb29f7 100644 --- a/InfoScreen.c +++ b/InfoScreen.c
@@ -144,8 +144,8 @@ clear(); InfoScreen_draw(this); break; - case 'q': case 27: + case 'q': case KEY_F(10): looping = false; break;