From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: **** X-Spam-Status: No, score=4.8 required=5.0 tests=BULK_RE_SUSP_NTLD, DATE_IN_PAST_03_06,DKIM_INVALID,DKIM_SIGNED,FROM_SUSPICIOUS_NTLD, PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 16543 invoked from network); 13 Jul 2021 16:12:33 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 13 Jul 2021 16:12:33 -0000 Received: from out2.migadu.com ([188.165.223.204]) by 1ess; Tue Jul 13 08:43:42 -0400 2021 Message-ID: <314B829A8E9D96D02D91A2BECBD72872@qak> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a-b.xyz; s=key1; t=1626180214; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=7DWpMzwQfy5HdNKUWefPyYF9MRJQ08DYkYKf5e1CLtU=; b=A2PQnp9dqTs+cQKFw/i4IOvmzxawx1/ZccTT1O5g+JHWZehVUKrJ1CA6gnfn9qskRKkc3V POepLlXns731D7tiLaHCKWmBMq7hgKzb7Z1sR4O3V7V2lOO1C+GAjobFnl5z9h4tnetWZm eiLqCHBTeD9Fog1Xs/Av3L/rnjjJeE52mOA1LKncsiuMvpcn9ke2WKEfSTLxGJhpO790gk eGQgaGrFHLCIqfO/cQgMwEwgjR3/1b/NHJu1WUy5bU4HqMgQwfsnwDa9bL1wVY2I9Jshu0 1OREShJEPxW2yma/Zw5rTTadPdmi2pmNHpRQA0LsLL/R4DejGqyLr4t9WEHj1w== To: 9front@9front.org Date: Tue, 13 Jul 2021 14:43:31 +0200 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: kvik@a-b.xyz In-Reply-To: <8CE29EA89CBA8F74C1D4D8EEF2528473@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kvik@a-b.xyz List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: advanced distributed TOR map/reduce API replication Subject: Re: [9front] Mouse clipping patch Reply-To: 9front@9front.org Precedence: bulk Quoth ori@eigenstate.org: > Don't do this to vncv! Not grabbing the mouse makes it > much more usable. vncv(1) grabbing was my prime use-case! There's no need for it to autograb either. It could grow an option to enable autograb or grab / ungrab could be done manually with a key -- which is what it does right now. >> - Windows holding the mouse have a different border color, >> so they can be clearly identified. > Not sure that this is necessary. Your mouse being > constrained to the window is probably enough hint. During a day of using these patches I found the border hint to be quite helpful. In particular after switching my focus away from the terminal I'd often forget about the state I left it in; the border hint reminded me that the mouse is (or isn't) grabbed so I could continue working without having to probe around to determine the state. Overall I think this patchset is a very useful addition to the system. I hope we can agree on the details that make sense and have it merged soon. Praise to jmi2k for this work!