From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 067A421706 for ; Fri, 10 May 2024 16:20:11 +0200 (CEST) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Fri May 10 10:17:17 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1715350625; 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:references:references; bh=sdRcoSi5Z32PrfYH49CT1RkJSDtSCijnNGir1mmx1y4=; b=Ci4UlPChsODLJ9dzCUgBgtnB/tZWJuvbeXCaXMEUlTJEwmYrlYq36hubuKx9Qh7y4SZ3IZ jbJOT4NeEf7ISHANsEGl5qxRBkIkTFKYWL0/YEYBEff+t4jhD1DJKno6zmtyuLU9LW/Bh7 BFEoUNSX09nLvybAi2KdD00PowuEYPk= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 296663d2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Fri, 10 May 2024 09:17:04 -0500 (CDT) Message-ID: <0c6eecea-5793-4032-96d2-e01ca0e19317@posixcafe.org> Date: Fri, 10 May 2024 09:17:13 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: <86F1A5CD218EFDC622FF2D79D79DD44D@smtp.pobox.com> Content-Language: en-US From: Jacob Moody In-Reply-To: <86F1A5CD218EFDC622FF2D79D79DD44D@smtp.pobox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proxy plugin XML component API Subject: Re: [9front] [PATCH] rio: resize border and scrollbar based on font Reply-To: 9front@9front.org Precedence: bulk On 5/10/24 01:13, Romano wrote: > Thanks for the feedback, moody. > > While it may be a band-aid, it does improve things from where I sit. > When I drawterm from a mac w/2560x1664 resolution, it's unbearable > with the default font. So I'm currently using /n/ttf/unifont.ttf.32/font > which makes everything pretty usable. The one thing that bothered me > was the scrollbar, and then I noticed the border width was super thin > too so tweaked that. I do not like merging hacks, I want to find solutions. This is only a problem when using the system over drawterm from a mac. I am not interested in merging this as is. > > If this just modified the scroll bar to account for the font size, > would that be more palatable to you? No, I don't want rio having code for scaling. > > I also can't imagine trying to go through all programs to see which > rely on a specific rio border-width. It would be nice to address that > along with magnification. But I think this is a start, and makes things > more bearable at least for me. I don't want to merge "a start" just because it exists, let's us figure the correct solution to the problem. If all this discussion is going to be is you hamfisting this despite all these problems for it just being "well it kinda works not really but its a start" then we're going nowhere. > > Anyway, what do you think about just modifying the scroll bars? And > do you have thoughts on how to do scaling generally? I find scaling based on the font a bit silly. Maybe some $scale or something would make more sense to me, and be more general to every program. I do not like this solution though, I am rejecting this patch.