From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from puchar.net (puchar.net [194.1.144.90]) by sourceware.org (Postfix) with ESMTPS id 2CD7D3854800 for ; Wed, 20 Jan 2021 20:31:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2CD7D3854800 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=puchar.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=wojtek@puchar.net Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.16.1) with ESMTPS id 10KKVR2f009928 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 20 Jan 2021 21:31:27 +0100 (CET) (envelope-from wojtek@puchar.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=puchar.net; s=default; t=1611174687; bh=L9AGWwjcZYK2fjtVnp7xWwzQ3rnVu3zUEyczkFhjmeI=; h=Date:From:To:Subject; b=rH8v22fEOAKZLd8jPkZvnAhjm5QSHiyv9iEuCnFjR4pG/L8ZzcsMwn+Ac/3Nvabsz sKImkAnwUH1vIpkfxqyUp3nVDiuHBtKyGu7NX553tylN++yezC4rtAmxjUzJnNcgp8 ueVwo7E/bb7j2r9JDWOTpzcIEP6dNOjzD5YweWnM= Received: from wojtek.intra (localhost [127.0.0.1]) by wojtek.intra (8.16.1/8.16.1) with ESMTP id 10KKVQXi022509 for ; Wed, 20 Jan 2021 21:31:26 +0100 (CET) (envelope-from wojtek@puchar.net) Received: from localhost (wojtek@localhost) by wojtek.intra (8.16.1/8.16.1/Submit) with ESMTP id 10KKVQl5022506 for ; Wed, 20 Jan 2021 21:31:26 +0100 (CET) (envelope-from wojtek@puchar.net) X-Authentication-Warning: wojtek.intra: wojtek owned process doing -bs Date: Wed, 20 Jan 2021 21:31:26 +0100 (CET) From: Wojciech Puchar To: cygwin@cygwin.com Subject: cut and paste doesn't work Message-ID: <5c16c464-cc4-479-b19a-7a5401e329c@puchar.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2021 20:31:30 -0000 trying to mark text in cygwin windows by mouse doesn't work at all. Windows 10. The same cygwin 64 installation on windows 7 works properly. It was installed to windows 10 host by simply copying whole c:\cygwin directory. Everything works except cut&paste. Where should i search for the problem?