From: R.E. Wolff Date: Mon, 2 Oct 2017 13:36:04 +0000 (+0200) Subject: possible fix for mac terminal 100% problem X-Git-Tag: v0.93~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31883b59d7f3a7a99704a2393a346fe8d9646527;p=thirdparty%2Fmtr.git possible fix for mac terminal 100% problem --- diff --git a/ui/curses.c b/ui/curses.c index 8db2b79..5b219b3 100644 --- a/ui/curses.c +++ b/ui/curses.c @@ -157,6 +157,7 @@ int mtr_curses_keyaction( switch (c) { case 'q': + case -1: case 3: return ActionQuit; case 12: