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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=EFQ rf1d0V2nASqkd2u+wGK64oPRoC9FYj8zDB4oNlTCA2U/Bh/bHtEOX4frzGtAlsOZ EzXoYeeLaJ7l81AIDxoUJvL4L7rFK5ySAdJhc48OBQewAFLXDfigEEA6oWrxqIGu YQfU4u2LV7i8g6ImLzo1AVwa8zXahpzLXI3i0Qs0= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=X8PofonzW sYjDjlfEjK0SPFMArE=; b=Aomlj9cTVssufpcQI2Hu94LrhdRh8l7FzInrpFXuL BlvqBzdRaCfonb8urwzl0/tODhIHp/vBDsce8fKxJzEizZshyyoG4nFlSBkmQePz z97/Pc02Tv26VOJ+TpHghMzyPugYLjm8m5+IqRPplNR+P6vuakGqJAI03W3GGiUm z0= 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=-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 To: cygwin AT cygwin DOT com From: Thomas Wolff Subject: pseudo console and auto-wrap Message-ID: <0c9fd8af-bb5a-0d15-5a5a-3fc739d3e6cd@towo.net> Date: Thu, 5 Mar 2020 11:33:33 +0100 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 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