From c49ca61dd92a79499ca0cc21541960d33354a654 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 21 Nov 2020 16:59:38 +0100 Subject: Common order for ESC/q/F10 --- InfoScreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'InfoScreen.c') 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; -- cgit v1.2.3