X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Thu, 9 Nov 2000 14:36:17 -0600 From: JT Williams To: djgpp AT delorie DOT com Subject: Re: cursor Message-ID: <20001109143617.A22025@kendall.sfbr.org> References: <8udus7$jmh$1 AT lacerta DOT tiscalinet DOT it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from giva@bgnett.no on Thu, Nov 09, 2000 at 08:51:41PM +0100 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 -: > Is it possibile to reduce the cursor to a vertical line? -: -: 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. This topic has some things in common with the recent thread "Re: Mouse cursor in text-mode". Here, however, it seems that the task should be much simpler. All we want to do is provide a tiny 1-char bitmap that is used to draw the text-mode cursor---there is no mouse cursor position to manage. In fact, it might be sufficient if you could just tell the BIOS to use one of the upper 128 PC chars as a cursor.