April 21, 2012
6:48 a.m.
Hi, For fun I'm "porting" my UMIX UM implementation I wrote in C for ICFP 2006 to Pharo. For the sake of this, I need a really, really basic terminal emulator, honestly just a window showing text in a fixed-width font that I can read from and write to. Bonus if I can't move the cursor around and delete outputted text, but not necessary. CommandShell looks like overkill for what I need. I'd rather build something basic from scratch to learn more about Morphic. I'd appreciate any direction you could share with me. Thanks, â Daniel Lyons