I am writing routine outputting a lot of text onto the screen. Initially I though to count number of lines, but it became too complicated. Next though was that user will press STOP key when needed.
And there's a bump. I know the call which tests for CTRL-STOP, but can not find standard way to check for STOP key so that I suspend output. STOP key does not have character code, thus I can not poll buffer for it.
Any ideas?
Login or register to post comments
