From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzQ0I-0006iA-4w for qemu-devel@nongnu.org; Wed, 26 Oct 2016 11:20:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzQ0E-00072X-A8 for qemu-devel@nongnu.org; Wed, 26 Oct 2016 11:20:34 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:65125) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzQ0D-000727-W4 for qemu-devel@nongnu.org; Wed, 26 Oct 2016 11:20:30 -0400 Date: Wed, 26 Oct 2016 17:20:28 +0200 From: Samuel Thibault Message-ID: <20161026152028.GS2811@var.bordeaux.inria.fr> References: <1466610278-22670-1-git-send-email-samuel.thibault@ens-lyon.org> <20161015172439.GA16269@var> <1477486260.18984.54.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477486260.18984.54.camel@redhat.com> Subject: Re: [Qemu-devel] [PATCH] Reduce curses escdelay from 1s to 0.2s List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Peter Maydell , QEMU Developers Gerd Hoffmann, on Wed 26 Oct 2016 14:51:00 +0200, wrote: > On Sa, 2016-10-15 at 19:24 +0200, Samuel Thibault wrote: > > Peter Maydell, on Wed 22 Jun 2016 21:49:04 +0100, wrote: > > > On 22 June 2016 at 16:44, Samuel Thibault wrote: > > > > By default, curses will only report single ESC key event after 1s delay, > > > > since ESC is also used for keypad escape sequences. This however makes users > > > > believe that ESC is not working. Reducing to 0.2s provides good enough user > > > > experience, while still allowing 200ms for keypad sequences to get in, which > > > > should be more than enough. > > > > > > That the default delay is this massive seems like a bug in curses, > > > but I don't suppose it's likely to be changed at this point :-( > > > > So, could this be applied? Otherwise e.g. DOS applications ESC actions > > are very slugguish and thus look bogus in the ncurses UI. > > Somehow slipped through and not in my qemu-devel folder any more. > Can you resend? I have bounced it, (its "Date:" is 22 Jun 2016). Samuel