21 Oct
2008
21 Oct
'08
2:40 a.m.
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