<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word"><div>I don&#39;t understand what problem you see.</div><div>
<br></div><div>To write a curses-like UI you simply read keyboard input from stdin, and you issue &quot;drawing commands&quot; to stdout. When deploying you would run the VM headlessly, and while developing you would just use the regular Squeak GUI to write your code, and at the same time stdin/stdout to test your app. No need to &quot;emulate a terminal&quot; because you have the real terminal right there. Ot at least what counts as a real terminal nowadays ;)</div>
<div></div></div></blockquote><div><br></div><div>OK, so there&#39;s really--this wouldn&#39;t apply to a WIMP TUI since stdio/stdout are streams. I&#39;ll have to check it out anyway, since it probably handles some of the problems I ran into.</div>
</div><br>