From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68879 invoked by alias); 22 Feb 2016 14:02:04 -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 68869 invoked by uid 89); 22 Feb 2016 14:02:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=pressing, ctrl-c, ctrlc X-HELO: mail-pf0-f178.google.com Received: from mail-pf0-f178.google.com (HELO mail-pf0-f178.google.com) (209.85.192.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 22 Feb 2016 14:02:02 +0000 Received: by mail-pf0-f178.google.com with SMTP id c10so96359940pfc.2 for ; Mon, 22 Feb 2016 06:02:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=56+Vqd+39sqcabmMwAIPMHkCsnNbQWxjIOIVkqvz0qQ=; b=BiiOwissLwCFtV+K2zSAVNkqjuTK7OWNvcJfvDAX+ZCjuElAR/qAsCzYbUd5znNxrM dRsawMcT5yR77UhI8uxaA5vLKap9qtG7UixT08xG353yvpJSI3zevnvSfeVWY1kfHiw1 hXKCg0ZoBZpRhk8Sh+M8jMo3gJrLBP8qhq+psuG5MrU+YmcxKUENSd4ovcj2pPjWndwu sUOu1nmukWhqmtCPM6pH3pbGNo+zrvyUw70mhswzk2BiuxyASqchU42t+dVk/T33jtVy Y3pUR+USBDEdjCtRYU4fxP0/ARCj0yAfSLjC9vNaIEOwpV+RfKKkY+qfiBsWzJFeoiRO 3sMA== X-Gm-Message-State: AG10YOTTI2bte5omPO9KaG6DKDX+KWdZkRRj7A/f3l/PgRcYWSU0kqEHkhgeq57wBwM6Ww== X-Received: by 10.98.87.141 with SMTP id i13mr37814455pfj.72.1456149720988; Mon, 22 Feb 2016 06:02:00 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id tb10sm37446547pab.22.2016.02.22.06.01.58 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 22 Feb 2016 06:01:59 -0800 (PST) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 05/10] Update prompt_for_continue comments References: <1455817236-13642-1-git-send-email-palves@redhat.com> <1455817236-13642-6-git-send-email-palves@redhat.com> Date: Mon, 22 Feb 2016 14:02:00 -0000 In-Reply-To: <1455817236-13642-6-git-send-email-palves@redhat.com> (Pedro Alves's message of "Thu, 18 Feb 2016 17:40:31 +0000") Message-ID: <86wppwdesu.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00649.txt.bz2 Pedro Alves writes: > /* Wait, so the user can read what's on the screen. Prompt the user > - to continue by pressing RETURN. */ > + to continue by pressing RETURN. 'q' is also provided because One more space before 'q'. > + telling users what to do in the prompt is more user-friendly than > + expecting them to think of Ctrl-C/SIGINT. */ --=20 Yao (=E9=BD=90=E5=B0=A7)