~lucasemmoreira/janet-ncurses

a janet wrapper for ncurses

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~lucasemmoreira/janet-ncurses
read/write
git@git.sr.ht:~lucasemmoreira/janet-ncurses

You can also use your local clone with git send-email.

#Table of Contents

  1. What is this?
  2. Status
  3. Workflow
  4. Features (sort of)
  5. Source

#What is this?

This is a wrapper of ncurses in janet

#Status

Very early stage. There is a lot to do. I am basically doing on need basis.

#Workflow

My workflow in this project is to add a new functionality in the janet-ncurses.c and trying that new funcionality in a test file.

#Features (sort of)

In other words, what I have already wrapped:

  • Basic window manipulation
  • Some menu stuff

#Source

To better understand ncurses, I am using this: https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/