goncurses <http://code.google.com/p/goncurses>has received a fair wack of
updates! There have been several API changes which breaks existing code.
This was due to an effort to make the code both more idiomatic Go (type
safety) and idiomatic ncurses. More ncurses functionality as been added and
pads can now be used without any type casting shenanigans. All the examples
should now work and have been updated to the latest changes.
If there is any specific missing functionality you would like to see added
please feel free to either create a new issue in the tracker or submit a
pull request. Code submissions are very welcome.
MacOS and Windows developers should read 'Known Issues' on the wiki prior
to installing/using.
--