From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 7C088452566 for ; Fri, 1 Nov 2019 15:49:18 +0300 (MSK) Date: Fri, 1 Nov 2019 15:49:12 +0300 From: Alexander Turenko Message-ID: <20191101124911.zlca734yyzlu3dbm@tkn_work_nb> References: <20191004074926.17329-1-gorcunov@gmail.com> <20191004074926.17329-4-gorcunov@gmail.com> <20191025000022.msnkmuyh3mydxxim@tkn_work_nb> <20191025074012.GC2511@uranus.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191025074012.GC2511@uranus.lan> Subject: Re: [Tarantool-patches] [PATCH 3/7] box/console: Add explicit output EOS mapping List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml , tarantool-patches@dev.tarantool.org On Fri, Oct 25, 2019 at 10:40:12AM +0300, Cyrill Gorcunov wrote: > On Fri, Oct 25, 2019 at 03:00:22AM +0300, Alexander Turenko wrote: > > > > Should not we wait for ';\n'? > > Strictly speaking ; is only eos, the newline is needed for terminal > driver. But currently what we have might confuse a user, so I think > you are probably right. Need to think and revisit this moment. Thanks! Filed https://github.com/tarantool/tarantool/issues/4603