eclubb / ncurses-ruby

A Ruby module for accessing the ncurses library
https://github.com/eclubb/ncurses-ruby
Other
131 stars 29 forks source link

Fixes the following compiler error: #7

Closed marble-sh closed 10 years ago

marble-sh commented 10 years ago

ext/ncurses/ncurses_wrap.c: In function ‘rbncurshelper_nonblocking_wgetch’: ext/ncurses/ncurses_wrap.c:807:12: error: variable ‘tz’ has initializer but incomplete type struct timezone tz = {0,0};

Also closes #6

eclubb commented 10 years ago

Thanks!

marble-sh commented 10 years ago

No problem I'm happy to help,

This the first pull request I ever submitted and I hope it works out for everyone with bug #6.