Date: Thu, 9 Nov 2000 20:51:41 +0100 (MET) From: Gisle Vanem To: djgpp AT delorie DOT com Subject: Re: cursor In-Reply-To: <8udus7$jmh$1@lacerta.tiscalinet.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 9 Nov 2000, abacuc wrote: > Is it possibile to reduce the cursor to a vertical line? > I trasform it in an orizzontal line......now i want to trasform it in a > vertical line but i don't know the possible interrupt i have to use! There is Int10/AH=1 for changing the cursor scan-lines. CL/CH=cursor start/end scan lines. But this only makes an horizontal or "fatter" cursor. Gisle V.