add makefile
add link to ncurses doc
add: readme
This is a wrapper of ncurses in janet
Very early stage. There is a lot to do. I am basically doing on need basis.
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.
In other words, what I have already wrapped:
To better understand ncurses, I am using this: https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/