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 C406E29927 for ; Thu, 30 May 2024 22:20:55 +0200 (CEST) Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Thu May 30 16:19:44 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1717100336; 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=vetZuZniuS1YHU4ArJRlTQc+CTr3JHenasL5W9NIdOk=; b=git7SRjGzrdbMmK7zJKoCkS7WgdoBJqbZUoz57qWK23HJbrHrxEq3L4TcuzDu/VxjhtRbw miqEMw7HBF63rCgs89bsfQ0Cxvii5WzD+42x6WBmRFrh63MY3eptf4CJISYrHRGMYt2Xk0 EZYBcE9T3arbBUHMfgR0WVIwC+EabTo= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id 70a1b3e0 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Thu, 30 May 2024 13:18:56 -0700 (PDT) Message-ID: <9BAB1927B25AF98A9DC5607F9318AF82@wopr.sciops.net> Date: Thu, 30 May 2024 22:19:39 +0200 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <936EF9A6D6FC7A0C8EA45C35090AFF47@smtp.pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: stateless ISO-certified replication GPU-oriented AJAX software realtime-java layer Subject: Re: [9front] window label Reply-To: 9front@9front.org Precedence: bulk On Thu May 30 20:02:14 +0200 2024, me+unobe@fallglow.com wrote: > The man page for window(1) has quite a few > flags yet one that I often wish were there is not: > setting the label. There's a separate 'label' > command, so the simplest I've gotten to starting > a new window with rc and setting the label is: > > window rc -c '''label mylabel; rc''' > > The inner quotes are required.[1] window 'label mylabel; rc' works as well. Things can get hairy with plumb rules which do have to use rc -c for quoting arguments and such. > There are 3 different ways to set the size of the window > (i.e., '-r', '-dx/dy', '-min/max'), and two flags to > determine scrolling. To me, it looks like this might have > been an oversight or window(1) was developed when the > UI wasn't more fully developed (i.e., before a 'label' > even existed).[2] I'll only ask one question > for now: is the lack of setting label with a flag an > oversight or intentional?[3] > > - Romano The window command is funky; -m is funky as well. There has already been discussion around it on the mailing list, I suggest you look the threads up. I don't think a consensus was reached in the end about how it should behave. "patches welcome" I guess. Cheers, qwx