From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86068 invoked by alias); 5 Mar 2020 10:33:39 -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 86061 invoked by uid 89); 5 Mar 2020 10:33:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: mout.kundenserver.de Received: from mout.kundenserver.de (HELO mout.kundenserver.de) (217.72.192.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Mar 2020 10:33:37 +0000 Received: from [10.161.52.28] ([178.19.220.109]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPSA (Nemesis) id 1MJEpp-1ivAXt3ZaV-00Khln for ; Thu, 05 Mar 2020 11:33:34 +0100 To: cygwin@cygwin.com From: Thomas Wolff Subject: pseudo console and auto-wrap Message-ID: <0c9fd8af-bb5a-0d15-5a5a-3fc739d3e6cd@towo.net> Date: Thu, 05 Mar 2020 13:04:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-03/txt/msg00085.txt With ConPTY support, the following command results in output that contains an explicit newline at the auto-wrap position: cmd /c echo a line which is wider than your terminal ... For copy/paste, this is surprising and undesired (https://github.com/mintty/mintty/issues/971). Can the line wrapping case be handled specifically, assuming proper auto-wrap mode on the terminal side, to avoid this? Thomas -- 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