From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 94b74233 for ; Sat, 3 Aug 2019 00:31:48 +0000 (UTC) Received: (qmail 11114 invoked by alias); 3 Aug 2019 00:31:37 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24123 Received: (qmail 8549 invoked by uid 1010); 3 Aug 2019 00:31:37 -0000 X-Qmail-Scanner-Diagnostics: from mail-qt1-f180.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25524. spamassassin: 3.4.2. Clear:RC:0(209.85.160.180):SA:0(-2.0/5.0):. Processed in 1.354751 secs); 03 Aug 2019 00:31:37 -0000 X-Envelope-From: justinleegarrison@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.160.180 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=kbl/NLA3XIcF37D1vfEJYkfMaSGvJ4g+/1u5FJd3Mss=; b=rGfDLoOn5W/y4F9MLjE7LHVLjBUewfumLJO+uNoUHLnvZHiPFIUacv5jJ0i/yo4G29 xxDnf7j6mjzGwmKDG05mHPuYBusZTkXCbI2QIZWnNhWErVG1NmLDlT8SUWysArF4VxmK Gx0hJBOdPSQDFE3TikN6Cxzt5UxUapJx0wFjZCvgTahgpozPVjTosYadAMADQo2kttL4 PlSwhHXA4gJ82DUMg58LP5vJf7Brt40U78yW5yWytSsmxXioxI+oJqvQdmXXXjYhLU3o qVVjTF8pob+6UsPParihHVnNB6D4ntH3tub9YwFkCl8Lv9MHeX9XUicycXfQLExrzssv Ay7w== 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; bh=kbl/NLA3XIcF37D1vfEJYkfMaSGvJ4g+/1u5FJd3Mss=; b=dvQiFIbbydAZoe09CTIAi2xEGIzneZ1/DnO5kx2d63OfeLbEaBoC/deAe8TUTLyhHg AlZeigW525wyGZ1eEax2SYigyxCUSy+AEJKZQnImgzxncMnOo7PW0X//Cq+oF0KfDohD rCVLce/Ey2/ycrTApFRAnwpBnQ96XWEY+PeqEnujDyCrDZa81E73sMbzvxtNZsCGjH+f 20JqbkupuOsk42C5BBMfCyRa/Izx6sposA2knHIjAUP8TP//NTvZ6Q0TmVbQDGemsB2a vQGdlcymrLCJL0vLV9OnOYG586VNwJe1nHzLZ2EKI96hFjphSbLldwWXC91sCZ+Fgyj5 jxQg== X-Gm-Message-State: APjAAAWOQvGygeODlbfHZ27O1TYy0CHKPDLS/mTkwNonOE14GK7D9Zm5 qK9AczQPx1tnmPvnxvfhS55wIWvf/oBrZAUizNui89Cx8AY= X-Google-Smtp-Source: APXvYqyBLhHFvtDmxEYWYupbRfJTwYXvtrR5tR/c5En0kuCKXKqScpH1Aneqk2hnbjjFEaSXYh//lFBG3Uz/UBvTRH4= X-Received: by 2002:ac8:30f3:: with SMTP id w48mr92685609qta.216.1564792262009; Fri, 02 Aug 2019 17:31:02 -0700 (PDT) MIME-Version: 1.0 From: Justin Garrison Date: Fri, 2 Aug 2019 17:30:51 -0700 Message-ID: Subject: zcurses hello world To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary="000000000000eca676058f2b969c" --000000000000eca676058f2b969c Content-Type: text/plain; charset="UTF-8" I'm trying to write a cli app with zcurses. I've looked at feedz, zmixer, and tetriscurses and also ZUI but I couldn't find any very basic hello world examples. I also found that feedz and zmixer don't work for me (zsh 5.7.1). The only documentation I found was http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcurses-Module and when trying zcurses init && zcurses addwindow ... nothing seems to happen for me. I also watch the videos on ncurses UI in zcurses but that all uses ZUI which has it's own implementation. Does someone have basic/intro hello world examples for zcurses? Thanks -- Justin Garrison justingarrison.com --000000000000eca676058f2b969c--