Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site sdcc13.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!qantel!hplabs!sdcrdcf!sdcsvax!sdcc3!sdcc13!40651275 From: 40651275@sdcc13.UUCP (40651275) Newsgroups: net.micro.pc Subject: Re: Inverse Text from Turbo Message-ID: <318@sdcc13.UUCP> Date: Tue, 8-Oct-85 20:37:11 EDT Article-I.D.: sdcc13.318 Posted: Tue Oct 8 20:37:11 1985 Date-Received: Tue, 15-Oct-85 11:07:06 EDT References: <10000020@unido.UUCP> Organization: U.C. San Diego, Academic Computer Center Lines: 10 Summary: Using inverse characters in Turbo-Pascal on an IBM compatible. To use inverse characters: Get into the text graphiocs mode via TEXTMODE(C80) set the background color to white TEXTBACKGROUND(WHITE) set the forground color to black TEXTCOLOR(BLACK) This is the method I usually use, although you can also set the attribute byte on the screen (via a i/o driver). doubleplusgood