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=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 29688 invoked from network); 13 Jul 2021 23:25:17 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 13 Jul 2021 23:25:17 -0000 Received: from mail-lj1-f177.google.com ([209.85.208.177]) by 1ess; Tue Jul 13 13:48:06 -0400 2021 Received: by mail-lj1-f177.google.com with SMTP id u14so20456899ljh.0 for <9front@9front.org>; Tue, 13 Jul 2021 10:48:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=1O8T9JeW4zhLbwfDY4ex+a8tEZGpZ/KBqBVKqvp0FJI=; b=HPi6eDwaM26vDq7ElR91k8TTGAMPTPI0verKcEU56orMYzG3VyuA9MDqOVKfiQb1vb t4I+Vh6iR6dSb7e5XqEx+1xgl3RUWrs2qgFDzeRiusFON7n5q28vQc3rlkRwOt37GDOM 1hdR8GHUIuZ5vwHfPTKI80r8Le7GeJ/AXuZ8lanWt+f/GCQ/vFmm43VgGHjA8ISnuh0F iQ9+1uE4N0TksB+6zMIQgPr+DQjvE7L/GwFjsw+6F8HuuHsWLRrHTl4esrFniBwUr6WL de8PTaFn4kyLFylDDPyenjikLTmbsFbB/d9mviOKDX50s9nQBsJXjJwoXQStHyka2Ezt ll+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=1O8T9JeW4zhLbwfDY4ex+a8tEZGpZ/KBqBVKqvp0FJI=; b=llaKHgDrBZyPBGEFStLSzTSXN0KzNOrBUib9Bt1QPQbtYI69pW6GbSoHIySFDekG3K BkaSH6INsqwoCBhEHfTcCp2ly2W8i0SQk1yWSMTnFaRmDMpN/4hW2R49JwyGLuuOtot4 3fR8sb7qhVDHBO2K6ElQT5dgasuPNKAFNwTliU1qKyFyWuWSSeaDUbDICVmFwTQH/mD8 ws2ZbiW7e46mtjXCF7iLbIaxukaqZdqbxlrYc2qM3F0BKQE6VRdZ2expA8W83M/ICTmd 8zhYcKOCZVpO+VzmBbNvGTwg1YXwdJOQGKabKzLGGFGzEOHBE/Lk9V8TWU2Ng2WrZN4V blGw== X-Gm-Message-State: AOAM532oaQ33ZQbjYcUybEu6JJjp7+lRZ+fcSQT3SVOwolyUSUHjr9bp m5qIaaYsE35LUI+DI4MTv4yodUqeyRse27GSFTh61QyWgxs= X-Google-Smtp-Source: ABdhPJynUVAIVrArXbZ1tkewKTvJNdpXGruSsXOcbBh15FnTpOf6h3mBPlFqoB5AJhFDv7qJCsKnpGJHcvq/gL6oZLw= X-Received: by 2002:aa7:d809:: with SMTP id v9mr7382398edq.146.1626198102512; Tue, 13 Jul 2021 10:41:42 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a17:906:76c8:b029:4d9:7711:78cc with HTTP; Tue, 13 Jul 2021 10:41:41 -0700 (PDT) From: Stuart Morrow Date: Tue, 13 Jul 2021 18:41:41 +0100 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: open-source asynchronous rails GPU session optimizer Subject: [9front] small patches Reply-To: 9front@9front.org Precedence: bulk libdraw: topbottom(): rm double-check of n rio(4): document 'resize =C2=B1n' commands someone that knows how is going to have to tidy up my troff. I don't know how to avoid these g a p s. man: make -P work in acme page: cmdmenu: perfectly balanced, as all things should be --- //.git/fs/object/e8259861da3a55c03491904e4d11c5c15b7577c5/tree/sys/src/= libdraw/window.c +++ sys/src/libdraw/window.c @@ -150,8 +150,6 @@ return; } - if(n=3D=3D0) - return; b =3D bufimage(d, 1+1+2+4*n); if(b =3D=3D nil) return; --- //.git/fs/object/e8259861da3a55c03491904e4d11c5c15b7577c5/tree/sys/man/= 4/rio +++ sys/man/4/rio @@ -225,7 +225,7 @@ .B wctl accepts messages to change the size or placement of the associated window, and to create new windows. -The messages are in a command-line like format, with a command name, +The messages are in a command-line-like format, with a command name, possibly followed by options introduced by a minus sign. The options must be separated by blanks, for example .B -dx 100 @@ -275,14 +275,17 @@ and .B new commands accept -.B -minx +.B -minx [=C2=B1] .IR n , .B -miny +[=C2=B1] .IR n , .B -maxx +[=C2=B1] .IR n , and .BR -maxy +[=C2=B1] .I n options to set the position of the corresponding edge of the window. They also accept an option --- //.git/fs/object/e8259861da3a55c03491904e4d11c5c15b7577c5/tree/rc/bin/m= an +++ rc/bin/man @@ -50,7 +50,11 @@ fn page { if(test -d /mnt/wsys/acme) - /bin/page -w + @{ + rfork n + unmount /mnt/acme /dev + /bin/page -w + } if not /bin/page } --- //.git/fs/object/e8259861da3a55c03491904e4d11c5c15b7577c5/tree/sys/src/= cmd/page.c +++ sys/src/cmd/page.c @@ -114,7 +114,7 @@ Menu cmdmenu =3D { nil, cmdmenugen, - -1, + 7, }; Cursor reading =3D {