Date: Sun, 1 Aug 1999 12:04:51 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: OmniMeta cc: djgpp AT delorie DOT com Subject: Re: How can I modify the ascii code table ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 31 Jul 1999, OmniMeta wrote: > code 65 is A > > I want to modify code 65 to be another shape, like a square, or a circle, or > a triangle, or a star ... Download the DJGPP library sources (v2/djlsr202.zip) and look at the file conio.c there. It includes a function that modifies the standard font, which you could use as the starting point. The name of the function is `maybe_create_8x10_font'.