X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=sZxzAZOcfH5SybOz gffbwL9IIOWFrsfKjvbNgX0dzmof+3AlUb1d+tz7psy/Egzf9cmG2U02PeL/HsMf bwc1eMXV9rwm3nufaRrrqbwl/fSGPRQMx8CdmnrlwPcgSykemwqouEr2SSjjVSo1 q7vA22cOqqJB2sph83g93N/Rd/U= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=q3Pc/MsjvI8aWaXvHOi1Wt Rccvw=; b=bqCygyGhvEIVKqWcczSFYJncqsvhY9nfgdfxwLW6QX80gTZ6t16t6X 1wOQnvloHSbzO+xUtGvJqZ+rSHJ9g/CkV8MZcCIbYt65MXG+kMntGr6DV+lZuEAe Q7O/FwTUFV7PQcr3Td+ktsjpHjLamQBdQRzf1S4TJ2iZNfd4pxqSs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,FREEMAIL_REPLY,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=sk:unsubsc, moore, Moore, unsubscribesimple X-HELO: mail-wm1-f53.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:subject:to:references:autocrypt:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=YJV65ShMAe8HVBoDwYwhRUvWPmzC/HcxtiZ1dBb5JgU=; b=pJ34kN8IBZFKZNppvu/EpCQuTSgUfGfNBlNUs6e3HEgYKnhMMWWp+dSI3LezJviC/3 iO+9n9CzcqZ0yrFLg0kXesGCH79A+iIiEo5yH09vwrBIvs5TtWqM+4f3nNTYZI0plWDu hhhV6YD5EclDNNHzLiV4dyk8eBXuNeSw8XNGgsy9NxnkeM7ul1ypujCcREagL/DUyEF/ PoR3yorYVGpAh8btX7vlFMaXKWg2mrCwZocgxuglllldFkQ4VnNzHXNbbJ7ToUIG0S96 XuzB8AoRb+P+EpUuUR78jwwIoT5ajVdqCsxJ0znhMy/RteW/ikdNphopbrS4fYv6Gd3B Q1og== From: Dr Hartmut Bartels Subject: Re: Cygwin programs display output incorrectly when run under conemu To: cygwin AT cygwin DOT com References: Message-ID: Date: Mon, 17 Feb 2020 02:07:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit I had the same issue and got answer from Takashi Yano https://cygwin.com/ml/cygwin/2020-01/msg00003.html My workareound is using version ConEmuPack.170807.7z. This works together with cygwin 3.1.2-1. Versions of Comemu greater 170807 won't. Same for cmder, if replacing conemu with version 170807. Hartmut Am 16.02.2020 um 13:22 schrieb Paul Moore: > This issue has also been reported to the ConEmu tracker as > https://github.com/Maximus5/ConEmu/issues/2059. > > If I run a cygwin command (for example ls, or for a simpler example, > "printf hello\nthere", although the latter needs care to get the > correct level of \n escaping :-)) newlines are displayed by the text > moving down a line, but *not* returning to the left hand margin. > > An example, running in Powershell as my shell: > >> E:\Utils\Cygwin64\bin\printf.exe hello\nthere > hello > there > > This behaviour is present with the latest version of cygwin1.dll, as > well as with the 20200212 snapshot. It is not present if I replace the > Cygwin dll with version 3.0.7-1. > > The problem does not appear with a standard cmd.exe terminal (standard > Windows console host) or the new Windows Terminal application. I > understand that ConEmu handles the console management differently > "behind the scenes" to present a GUI front end, but I don't know > enough about the internals to know how it does that. > > I can work around the issue by pinning to cygwin 3.0.7-1, but it's > obviously not ideal. I have been unable to find any details as to what > changed between cygwin 3.0.7-1 and the next version to help me track > down the issue any more specifically. > > There are some notes at https://conemu.github.io/en/CygwinMsys.html > that I've read, but to be honest I don't entirely understand. I did, > however, confirm that this issue doesn't occur in a standard `cmd` > window (and I added that information to the ConEmu issue report). > > Any information that would help to pin down the cause of this problem > would be very much appreciated. > > Paul > > -- > 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 > -- ------------------------------ Dr.-Ing. Hartmut Bartels dr DOT hartmut DOT bartels AT gmail DOT com dr DOT hartmut DOT bartels AT t-online DOT de ------------------------------ -- 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