sup-heliotrope / ncursesw-ruby

Ruby bindings to the ncursesw library (modified from: http://ncurses-ruby.berlios.de/)
GNU Lesser General Public License v2.1
22 stars 13 forks source link

bind get_wch and form_driver_w for wide char input #12

Closed gauteh closed 10 years ago

gauteh commented 10 years ago

Bind the get_wch function of ncursesw: http://www.unix.com/man-page/all/3curses/getwch/ (still nonblocking). In response to: https://github.com/sup-heliotrope/sup/issues/180, used in : https://github.com/sup-heliotrope/sup/pull/183

form_driver_w from: https://github.com/gauteh/ncurses/tree/form_driver_w (form_driver_w patch submitted upstream to: http://lists.gnu.org/archive/html/bug-ncurses/2013-11/msg00015.html)

gauteh commented 10 years ago

form_driver_w patch has been merged upstream: http://lists.gnu.org/archive/html/bug-ncurses/2013-12/msg00010.html into ncurses-5.9-20131207.

gauteh commented 10 years ago

Merged.

siefca commented 10 years ago

:+1: