eriksvedang / carp-ncurses

6 stars 1 forks source link

Add additional bindings and update signatures #2

Closed scolsen closed 4 years ago

scolsen commented 4 years ago

This PR adds a couple more bindings following the ncursses man page organization, it adds:

I've also added type and macro bindings as needed, and updated the signatures of existing bindings to match the ncurses signatures more precisely (most functions return an int indicating whether or not the operation succeeded or failed, and intiscr now returns a pointer to the Window). I've updated example.carp to account for the signature changes.