On Monday 08 August 2005 10:37, Sergey Plis wrote:
> Hello,
>
> One change in the new xbigforth I have noticed. Before when I would
> print something out in my xbigforth program with ." printout info" the
> output would go to the terminal. Now a xbigforth window is opened and
> output goes there. I cannot press anything in this window.
>
> I've tried adding a string to tree.m, it still worked fine and the
> output was redirected to the terminal as I would expect.
>
> Do you know why I can be having such troubles?

I changed the order of command evaluation and IO settings.

Go to screen 167 in forth.fb: There, the second line of main: is

      forth.fb standardi/o bot do-command

If you want the output of the command line execution go to the terminal, 
change that to

      forth.fb do-command standardi/o bot

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://www.jwdt.com/~paysan/

Attachment: pgp4bF2chtMcQ.pgp
Description: PGP signature

Reply via email to