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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23114 invoked from network); 10 Dec 2020 14:26:15 -0000 Received: from ewsd.inri.net (107.191.116.128) by inbox.vuxu.org with ESMTPUTF8; 10 Dec 2020 14:26:15 -0000 Received: from mail-wr1-f52.google.com ([209.85.221.52]) by ewsd; Thu Dec 10 09:18:20 -0500 2020 Received: by mail-wr1-f52.google.com with SMTP id m5so5643460wrx.9 for <9front@9front.org>; Thu, 10 Dec 2020 06:18:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:message-id:to:to:subject:date:in-reply-to:mime-version :content-transfer-encoding; bh=WN8sJ3j3fHA2wbAZLBRJLmtZDTTsud07R/8WzRnrAD4=; b=rrv5ktpDiX76NiPzw/67iLFRLQtFyDY3rEwL5JsN3Wat+PFVF69+y7McK+Nte2Tptk 69w5rM39J+S4oi9cL+DrOMBxxm0sCFAYf3eRdUFKVnLaKox9DRycbEIktIaxOT05ZTnS RrtxiGFY/jyCl856E2lYLP5gqmoML3F5nm/XLbfUEHuiHO3q4VmwwTUMgiBuP6E35MDM W1BxZP69GcmLGfBWvoTjrduBWjnbxvk62VlSqbh4TKmGZx6ZC8KnuSpmGL92F2VG5avg UNxGCPPZ3+uOnGdS6lrsYbIhd2eTPg/Zmh9rMUPjP3wVCBD1YnfEaVAJ6xxlx6M+St9O SJEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:to:to:subject:date:in-reply-to :mime-version:content-transfer-encoding; bh=WN8sJ3j3fHA2wbAZLBRJLmtZDTTsud07R/8WzRnrAD4=; b=URJXC/bZ8x+lVH1YStDa6Iwif99HXFi+asHuST6iUpkfaqNFERncguRX4BqzjgEYle dqHIw7ysFW47HqCf6rph27+fihtyhJACf0KBVHD3cpQvOq7GTnQL0l7VTu2FjUK/q4Xs UBWk8GY9bvIyhSOLyiYYKvIfMWBIKYezk6GB6G4Q6OvWMIUASupjF8E3WEZgQibcCDDn J15sfPOA1b1TOi+SMl0LmqRLUS8oZdWh+CAey5fBrf0KosZ3togumFR4P15eAeat2h/b FLbx2wkyKSH8dKDXFX7YfcVkjWUv05jNUYh+gH7T/cjY8gwzI/VktC/2IckOhXFXgnTw v1jw== X-Gm-Message-State: AOAM530NXVPyoidlhfU0SmgKW88YofnKkOWlKpf4b4JfxxQk+AntaxWl quUTay/lL30EirQCuQo7Fmo= X-Google-Smtp-Source: ABdhPJyzt/6RBKYo60wRvmLQ78wNAWhihkeE1VKa3ZdTZjNiYxBLf62oNhdD0L7f5SivDO2rc541AA== X-Received: by 2002:adf:e512:: with SMTP id j18mr8473475wrm.52.1607609896973; Thu, 10 Dec 2020 06:18:16 -0800 (PST) Return-Path: Received: from hades (lfbn-idf1-1-101-190.w82-124.abo.wanadoo.fr. [82.124.189.190]) by smtp.gmail.com with ESMTPSA id q1sm9233364wrj.8.2020.12.10.06.18.16 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 10 Dec 2020 06:18:16 -0800 (PST) From: telephil9@gmail.com X-Google-Original-From: pme@gmail.com Message-ID: To: henesy.dev@gmail.com To: 9front@9front.org Date: Thu, 10 Dec 2020 15:18:14 +0100 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: component base Subject: Re: [9front] Greetings! (and few questions) Reply-To: 9front@9front.org Precedence: bulk Quoth Sean Hinchee : > There's a visual file manager by phil9 in C: https://github.com/telephil9/vdir > > > plan9 does not use escape sequences at all > > This is because Plan 9 does not attempt to nor intends to attempt to > conflate the shell, a window, and a teletype. These are separable > concepts. > > The recommended path as per vdir above is to commit to writing a > graphical program ☺ > > Sean > If you want to write a graphical program in GO that works on plan9 then you could take a look at duit (https://github.com/mjl-/duit).