[MacRuby-devel] MacRuby progress, questions

Benjamin Stiglitz ben at tanjero.com
Mon Oct 20 19:40:05 PDT 2008


> I could use a Table View (with non-editable columns) to display
> the text, but I'm not sure how to get at the keyboard (or paste)
> input).  What approaches/objects should I be looking at?

Any NSResponder subclass will do; you probably want either a custom  
NSView or just a hacked up NSTextView that watches newly inserted text  
and sends it over to the pty.

-Ben


More information about the MacRuby-devel mailing list