From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 128CF37A2 for ; Thu, 7 Dec 2017 16:35:08 +0100 (CET) Received: from core.dev.6wind.com (unknown [10.0.0.1]) by proxy.6wind.com (Postfix) with ESMTPS id 0D08D10FB08; Thu, 7 Dec 2017 16:27:03 +0100 (CET) Received: from [10.16.0.195] (helo=6wind.com) by core.dev.6wind.com with smtp (Exim 4.84_2) (envelope-from ) id 1eMyCO-0004Hf-Mm; Thu, 07 Dec 2017 16:34:57 +0100 Received: by 6wind.com (sSMTP sendmail emulation); Thu, 07 Dec 2017 16:34:56 +0100 Date: Thu, 7 Dec 2017 16:34:56 +0100 From: Olivier MATZ To: Xueming Li Cc: dev@dpdk.org Message-ID: <20171207153455.mbpi2jhfrncyjdqq@glumotte.dev.6wind.com> References: <20171115155156.9566-1-xuemingl@mellanox.com> <20171207145202.162545-1-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171207145202.162545-1-xuemingl@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v1] lib/cmdline: support backspace key X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 15:35:08 -0000 On Thu, Dec 07, 2017 at 10:52:02PM +0800, Xueming Li wrote: > Support windows putty "\b"(Ctrl-H) backspace key. > > Signed-off-by: Xueming Li Acked-by: Olivier Matz