Since a lot of roguelikes use curses/ncurses, I figured it's more than good enough for me, too. Since I plan to keep things at the ASCII level, it sounds perfect.
The problem is, I'm using Ruby 1.9.2 with the DevKit (on Windows 7), and try as I might, I can't get the ncurses gem to install. I'm greeted with this error message:
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing ncurses:
ERROR: Failed to build gem native extension.
C:/Ruby192/bin/ruby.exe extconf.rb
checking for unistd.h... yes
checking for ncurses.h... no
checking for ncurses/curses.h... no
checking for curses.h... no
extconf.rb:35:in `<main>': ncurses header file not found (RuntimeError)
Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/ncurses-0.9.1 for inspection.
Results logged to C:/Ruby192/lib/ruby/gems/1.9.1/gems/ncurses-0.9.1/gem_make.out
I confess that I'm still a noob programmer, but I'd actually be relieved if the problem is something totally blindingly obvious. Any help you can provide would be greatly appreciated!