From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9140 invoked by alias); 1 Jan 2020 15:05:07 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 9128 invoked by uid 89); 1 Jan 2020 15:05:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: conssluserg-04.nifty.com Received: from conssluserg-04.nifty.com (HELO conssluserg-04.nifty.com) (210.131.2.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 01 Jan 2020 15:05:03 +0000 Received: from Express5800-S70 (ntsitm247158.sitm.nt.ngn.ppp.infoweb.ne.jp [124.27.253.158]) (authenticated) by conssluserg-04.nifty.com with ESMTP id 001F4ibd026715 for ; Thu, 2 Jan 2020 00:04:45 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com 001F4ibd026715 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1577891085; bh=oEj6wb7dJDceTsF7m+S+xMEMQDYSsR+KwDvz/AozxDM=; h=Date:From:To:Subject:In-Reply-To:References:From; b=pYtMoBwuu/6paP+gNomx7/m+pIlmPkaDynh88D31T8M+5bMHubQKE1ColLGcskOqa lcMUc7tpzY3s35mWJ/gWkUmfD2a1xVoqcvNmRJIrBj0nCJLcsW7MzbYdQ4cePBeTwQ NrLA1vOffGIhMFyTuFSCsfOqhI9grrm7UMVsPoVtITGSJI/tvd2INCBYLmxmVcfbVN aHE402aW5xknW5c0u+rRdp2eOSlm6xXqVxi3fzPrGfH/F6yokM43cEt6w5FXS8N9Vd xjMQRej6XZmk3209qZ6lk44WWTrWGH+UjyklOFf28im9dcdCPOuDe+mrPPE8eCaTJ7 LYGK8OygwlvcQ== Date: Wed, 01 Jan 2020 15:05:00 -0000 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: output of ls / grep corrupted in cygwin 3.1.2-1 (x64) under conemu Message-Id: <20200102000453.a74b2414403f9dff496598e1@nifty.ne.jp> In-Reply-To: <9d91a8d9-4b22-206e-9cb0-6fe528de3fe5@gmail.com> References: <9d91a8d9-4b22-206e-9cb0-6fe528de3fe5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00003.txt.bz2 On Wed, 1 Jan 2020 15:55:15 +0100 Hartmut Bartels wrote: > Hello > I am running win10 Pro 1903 x64. > After update to cygwin 3.1.2-1 for the x64 Version > the command "ls-l" misses the running in Conemu. > There is a for every new line, but the new line starts in position > where the line before finished, just 1 line deeper. This is true using > cygwin in the conemu version 191012 and also cmder and cmdermini. > If I start a plain MS console cmd.exe the output looks good. > The error also occoures for grep command. Others I did not test. > > I tested also cygwin 3.1.2-1 under win7 Pro. Here everything works in > cygwin 32 bit and 64 bit. > > > Installing previous version cygwin 3.0.7-1 shows correct output > for conemu, cmder and cmd.exe. > > Any help appreciated. This is because ConEmu does not support DISABLE_NEWLINE_AUTO_RETURN. Cygwin 3.1.2-1 uses this feature which is supported by command prompt on Win10 1703 or later. See https://github.com/Maximus5/ConEmu/issues/1966 and comment on line 1188 in https://github.com/Maximus5/ConEmu/blob/master/src/ConEmuHk/Ansi.cpp -- Takashi Yano -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple