runnnig it from real stdin / stdout won't help you? Cause that's what I did with my readline implementation: - open an image from the command-line - run a readline instance in the image using FileStream stdout as output - test my implementation with the image and the real terminal side-by-side On 2012-04-21, at 10:34, Daniel Lyons wrote:
On Apr 21, 2012, at 2:17 AM, Stéphane Ducasse wrote:
Ahhhh have a look at transcripter :) because you will get an simple repl Why a workspace is not enough for you :)
They might be! Sorry if I'm being dense. :)
I hate to ask for this much hand-holding, but I'm just not seeing how it's done. Supposing I have an object with a #writeCharacter:aChar and #readCharacter selectors that read and write a character to/from the device respectively, what do I need to do to hook that object up to a Transcripter or a Workspace? And how can I force the font to be fixed-width?
Thanks again,
â Daniel Lyons