eschnett / Ncurses.jl

Julia wrapper of the famous ncurses library
MIT License
3 stars 1 forks source link

Ncurses.jl

This wraps the ncurses library. The Julia bindings are generated automatically via Clang.jl.

Note: It seems that Clang.jl missed some function that were implement as macros and didn't wrap them correctly. These are added manually in gen/epilogue.jl. Please let me know if you find more missing functions.

Note to myself: Use this command to regenerate the bindings:

cd gen && julia --project=@. --threads=auto generator.jl