Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zcurses hello world
- X-seq: zsh-users 24123
- From: Justin Garrison <justinleegarrison@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: zcurses hello world
- Date: Fri, 2 Aug 2019 17:30:51 -0700
- 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==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author