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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=hd1UR78 3gPhf6793i4QsjpRvotkYPLmIc8J+mTKfxznNNt/JJd9lNBtKisTD5LP7SEJoKx7 cWAbed9S5qzlKIFGAVCSsJYaNZe4uCgVhgluXcPsxGbYVOpQ2WJC2z5x9XIztT+b GssxwjN1OYi7wFSrYuFeAcbnkY6FQmhJ1oFc= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=9MVVdjsMFqrZ0 mcTg+ZU8Q8Qvqc=; b=wVI2LDUaSpueFJzsi04vT2GgILvddPU+LHdcejBzFa1jk sOziyVLHXI4zQnblrYXBPviUvIge9d6m6FGTt1yCCisJRDUeQpfBPjPZuh6VvUDS vYZ5f27l/XCfXHBIaKjbH+ldLU0sTXTa3LwoqXgaqCvFHmEB3LeLx6j36xDBn8= 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=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=H*f:sk:aaf835f, H*i:sk:aaf835f X-HELO: mout.gmx.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com; s=dbd5af2cbaf7; t=1583532318; bh=6bLVgsX3CxHK2G3DUe3smoe8ZKT2iqlb1/zDIo5qeRk=; h=X-UI-Sender-Class:References:In-Reply-To:From:Date:Subject:To; b=CVtzxPtpBV2ehs0hlK/bM9+QSF1lKbVc/Le5XoAXooaohg84SaxrFkSt1kV2gY+D6 zaprZeStuhKPs3AKSd6t8JColcpKBonovy0m0P1wbtjrj1ptekBMOaVxsbQKY4m9mF coNdGnnSAK4+/l9Poh0PLcsX5RzMeIHvWPItkc2M= X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79 MIME-Version: 1.0 References: <0c9fd8af-bb5a-0d15-5a5a-3fc739d3e6cd AT towo DOT net> <20200306005122 DOT 52a9b50615a16546e60defc1 AT nifty DOT ne DOT jp> In-Reply-To: From: Bill Stewart Date: Fri, 6 Mar 2020 15:04:49 -0700 Message-ID: Subject: Re: pseudo console and auto-wrap To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Fri, Mar 6, 2020 at 1:43 PM Thomas Wolff wrote: > > With disable_pcon set: > > > > echo "$PATH" -- wraps correctly > > cmd /c echo %PATH% -- wraps correctly > > winpty cmd /c echo %PATH% -- wrapping broken > > > > Without disable_pcon set: > > > > echo "$PATH" -- wraps correctly > > cmd /c echo %PATH% -- wrapping broken > > winpty cmd /c echo %PATH% -- wrapping broken > > > > I would note that in both cases, winpty output is not correct. > > > > Does anyone have any ideas on how to fix it? > Note that winpty is obsolete under current cygwin, and the second cmd > case is the only issue. > As Takashi explained, there is no fix on the cygwin side. It could be > fixed on the Windows side, within the ConPTY API. > You could report it there... Thanks - found this: https://github.com/microsoft/terminal Seems that this would already be a known issue. Looking through there to see if this is already logged... Bill -- 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