Ncurses.jl

Julia wrapper of the famous ncurses library
Popularity
2 Stars
Updated Last
2 Months Ago
Started In
December 2023

Ncurses.jl

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

  • GitHub CI
  • codecov

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

Required Packages

Used By Packages

No packages found.