Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxle.UUCP Path: utzoo!linus!decvax!harpo!floyd!whuxle!jph From: jph@whuxle.UUCP Newsgroups: net.micro.pc Subject: Re: Status line? - (nf) Message-ID: <213@whuxle.UUCP> Date: Sun, 8-Jan-84 21:52:43 EST Article-I.D.: whuxle.213 Posted: Sun Jan 8 21:52:43 1984 Date-Received: Mon, 9-Jan-84 04:44:19 EST Sender: jph@whuxle.UUCP Organization: Bell Labs, Whippany Lines: 12 #R:ecsvax:-178400:whuxle:22700011:000:458 whuxle!jph Jan 8 21:40:00 1984 What you want to do is to have some system code that will handle your writes to the CRT. When you detect that the write is going to go onto line 25, you want to scroll lines 0-23 (INT 10H,AH=6) up and then move the cursor up a line so that line 25 'appears' to be stationary. One simple way to to use the WRITE TTY (INT 10H, AH=14H) to output the character and then to look at the cursor position after the call (so that all then normal processing is done).