From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by sourceware.org (Postfix) with ESMTPS id CCA72398303B for ; Fri, 2 Jul 2021 15:31:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CCA72398303B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f52.google.com with SMTP id g7so12913092wri.7 for ; Fri, 02 Jul 2021 08:31:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=iDBTvsbiQ1Ud8M9oSJ0sPsG9mURcLs7mpIxXQbKWAEc=; b=Vzd/gJ8xD6BJiO+TNDzki+3SjLaKsTuZcb2Ik/iIAxuVORbuNYrlO3bQPSriRkL1Fr 5dJaw6tWvVPyQY+sw0dfza+ij5bUgABenCGarHmsDEgE0At3/KkQMfM4NieKMGybfbJ8 8MTAh9cqNXrGMnZMjX0g+mGk2sWMYVOCxhv4Ki2j3QS96/02ow+rouOaf349DPit+2RX xVj92oNqrIKisKF5Q5mtp0AT7DlpTPKY9meeUSPlUmeN/lgDTEH7I6D4mjjG2Hs7WxuW F9OSPU3ebpIdL8GyOPB69+BcTtPWHpZFYrATrWAdl8xJbyg1/Yw1VwQKyOKxAa88hxwE Shnw== X-Gm-Message-State: AOAM531hDcoXqenDvojapHUyasGc2wh5ZtfaJ8JpBQR+3qmfvmEgjJlN EqBJKOS+ahhytOzt+VvO3pTyC48sM6GhIA== X-Google-Smtp-Source: ABdhPJx9R6TChQD1kHto46HmqYLdvKUVuaZXqVZ7dVqrXX5RK09oyMzKYtRpPYi4ZPM0fj6a3+2YgQ== X-Received: by 2002:a05:6000:18ab:: with SMTP id b11mr278517wri.42.1625239913227; Fri, 02 Jul 2021 08:31:53 -0700 (PDT) Received: from ?IPv6:2001:8a0:f932:6a00:46bc:d03b:7b3a:2227? ([2001:8a0:f932:6a00:46bc:d03b:7b3a:2227]) by smtp.gmail.com with ESMTPSA id s5sm12921613wmh.46.2021.07.02.08.31.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 02 Jul 2021 08:31:52 -0700 (PDT) Subject: Re: [PATCH] Document TUI improvements in the manual & NEWS (was: Re: [PATCH] Document TUI mouse support in the manual & NEWS) From: Pedro Alves To: Eli Zaretskii Cc: gdb-patches@sourceware.org References: <20210617122300.3471654-1-pedro@palves.net> <83sg1gzl38.fsf@gnu.org> <0bbdcd46-f4fd-0fd7-3957-492751e0ac9e@palves.net> <834kdvzlrz.fsf@gnu.org> <83k0mfp1bc.fsf@gnu.org> Message-ID: <1a1ce441-47b5-79cb-1bb5-ae29df2234e4@palves.net> Date: Fri, 2 Jul 2021 16:31:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <83k0mfp1bc.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2021 15:31:56 -0000 On 2021-06-27 8:14 p.m., Eli Zaretskii wrote: >> From: Pedro Alves >> Cc: gdb-patches@sourceware.org >> Date: Sun, 27 Jun 2021 18:44:04 +0100 >> >>> AFAIU, what is missing here is the fact that "select/paste text with >>> the mouse" copies/pastes text to/from the _terminal_'s selection >>> buffer (as opposed to the GDB's TUI buffer). I think your original >>> text will be fine if you mention this explicitly. IOW, we need to say >>> that this copy/paste bypasses GDB and goes into the terminal's >>> text-selection functionality. >> >> How about this then? > > Fine by me, thanks. > Thanks, I've merged it now.