From: "Jesús Gabriel y Galán" Date: 2009-01-15T02:05:06+09:00 Subject: Re: Ncurses like library? On Wed, Jan 14, 2009 at 5:49 PM, Tim Mcd wrote: > Andy Cooper wrote: >>> Hi, this might help: >>> >>> http://letmegooglethatforyou.com/?q=ruby+ncurses&l=1 >>> >>> Jesus. >> >> Why is it that site never gets old? >> Especially when it comes to the 2-3 Ncurses questions a day. > > Yeah, that ruby-ncurses binding isn't the best, lots of methods are > missing and other little things (like 'include Ncurses' not working > correctly). Any OTHER TUI libraries? Sorry, from the way you worded your question I assumed you wanted to know if there were any ruby ncurses bindings and I wanted to point out that some googling might help (admiteddly, I should have clicked the search, and not the "I'm feeling lucky" button, to show there were many results). You didn't show that you had already evaluated some ncurses binding, so I assumed you didn't. My bad. From the questions in this list it seems there are other people using the ncurses gem. For example Nit Khair posted many questions related to ncurses, maybe you can take a look at his questions. Also Sean O'Halpin was working in a FFI wrapper for ncurses which might be interesting. Jesus.