April 21, 2012
4:51 p.m.
On Apr 21, 2012, at 5:34 AM, Camillo Bruni wrote:
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
I suppose I could, but I was hoping to have it working inside Smalltalk. Also for didactic purposes. I intend to write something to visualize the registers in the CPU next. Is it the fixed-width font that's making it difficult to do from a UI inside Pharo? I could certainly compromise on that. â Daniel Lyons