Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!execu!sequoia!rpp386!puzzle!khijol!erc From: erc@khijol.UUCP (Ed Carp, aka Mr. Ed the talking horse...) Newsgroups: comp.sys.laptops Subject: Re: Block cursor on T1000 Message-ID: <1108@khijol.UUCP> Date: 23 Jan 90 14:39:39 GMT References: Reply-To: erc@khijol.UUCP (Ed Carp, aka Mr. Ed the talking horse...) Organization: Emotional Counseling Services of Austin Lines: 28 In article portuesi@sgi.com (Michael Portuesi) writes: > >Does anybody know how to change the cursor on the Toshiba T1000 from >an underline to a block? I find it very frustrating trying to edit Try the following: c:/> debug block.com -a xxxx:0100 mov ch,1 mov cl,6 int 10 ret -rcx 9 # loads CX register with 9 -w # writes out to block.com -q c:/> block Your cursor should now be a block. If you don't like the shape, try playing with "mov cl,6". If you want the line cursor back (although I don't know why), change "mov ch,1" to "mov ch,6" and change "mov cl,6" to "mov cl,7". -- Ed Carp N7EKG/5 (28.3-28.5) uunet!cs.utexas.edu!khijol!erc Austin, Texas (512) 832-5884 "Good tea. Nice house." - Worf "The best diplomat I know of is a fully activated phaser bank." -- Scotty