From: John Morrice Date: 2010-11-20T11:41:07+09:00 Subject: Re: Simple, Two-Frame Terminal Application On Sat, 20 Nov 2010 07:22:29 +0900 Bryan Richardson wrote: > Yeah, I just haven't found the documentation for Ruby's ncurses > bindings to be very helpful at all, and for something as simple as I'm > wanting to do I was hoping there was a simpler alternative. Oh well, > maybe this is a good, simple entry level program to get my feet wet > with ncurses. Have you read the C documentation? IMO ncurses is lovely! It's off-topic but I wrote a stupid platform game with curses in haskell. Have fun! John