From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8069 invoked by alias); 28 Aug 2014 17:44:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 8060 invoked by uid 89); 28 Aug 2014 17:44:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-pa0-f48.google.com Received: from mail-pa0-f48.google.com (HELO mail-pa0-f48.google.com) (209.85.220.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 28 Aug 2014 17:44:00 +0000 Received: by mail-pa0-f48.google.com with SMTP id ey11so3433746pad.21 for ; Thu, 28 Aug 2014 10:43:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=+Ziaw2GEEMJ9x//0WAQi0XJBiQBJXL1nl7W7ng8tf9s=; b=jjLSeabCN70w9XyDvLbXkCdVGmWpB663nv3OjP8qhzdOvqfYomoUIASTCd2Fw9Z+Y+ pFQHYiWAmXjZWezV/OSmHDNSvHtS+ve7R8JwebfI7wdlENOUkWbqCuKYm0deJNK1YO42 FS+bPotzM+8CAinSwwMjbMJNUyZ6T14Ea+BSeRibQhLbPCvlJLuN+eqtQWdge2f9/Ouk oJOkg/5UNXdx/g+4iE2gFxwbsWmMWhLQfZejt2utaYSvbVfWsN1Jaf0ZhEXVH0Gtp/J4 /yU2W4dlw5mVraxiIjyIYMfZi0knHXkyVqpxfqfFVTzTNM1CSh9/ukg76GdiNTOHgifX RDCg== X-Gm-Message-State: ALoCoQlckT/W9tv5t0rivqnJLYc7+nCPmwfZJxnKF9KUmDgQgBAiPDZ76CotOSAqxZ1tib+3pvax MIME-Version: 1.0 X-Received: by 10.68.242.230 with SMTP id wt6mr8118152pbc.51.1409247835422; Thu, 28 Aug 2014 10:43:55 -0700 (PDT) Received: by 10.70.5.229 with HTTP; Thu, 28 Aug 2014 10:43:55 -0700 (PDT) In-Reply-To: References: <1408740286-29326-1-git-send-email-patrick@parcs.ath.cx> <53FE0FF9.9010008@redhat.com> <53FF1102.8050709@redhat.com> Date: Thu, 28 Aug 2014 17:44:00 -0000 Message-ID: Subject: Re: [PATCH] Fix the processing of Meta-key commands in TUI From: Patrick Palka To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00626.txt.bz2 On Thu, Aug 28, 2014 at 1:41 PM, Patrick Palka wrote: > So it looks like the (non-standard) ncurses variable ESCDELAY is what > controls the timeout: wgetch() sets the timeout to ESCDELAY > milliseconds. So do you suppose that we should set this variable (Ugh, stupid gmail.) do you suppose that we should set this variable, perhaps inside tui_enable()? To a small value or to zero? Setting it to zero might create issues with slow terminals and slow network connections.