Messages cause "Press space bar to continue." in TTY mode

D.Cook

Member
I was expecting an easy way to prevent pausing every time the MESSAGE-AREA fills up in character mode. I just want to keep outputting messages to the user without the process being interrupted.

I tried PAUSE 0 after each MESSAGE statement, and HIDE MESSAGE before each MESSAGE statement, no luck yet.
 
You have to create 1 window with message area as a minimum.
If you use default window, progress will stop process every time you fill 2 lines of area.
 
Back
Top