A86: Re: Text Printing--textAutoscroll


[Prev][Next][Index][Thread]

A86: Re: Text Printing--textAutoscroll




its not the flag....check to see if you have all your pushes popped in the
program.

>Is there a way to turn off the auto scrolling of text when you _puts to the
>bottom line?  I tried this:
>
>  res appAutoScroll,(iy+appflags) ; don't auto scroll text
>
>To turn it off, but by program did weird stuff with it off, and crashed
>when it exited, even though I turned it back on with a SET before
>returning.  Any ideas?
>
>
>
>
>----------------
>David Phillips
>electrum@tfs.net
>
>


Follow-Ups: