Date: Thu, 11 Apr 1996 11:43:31 +0200 (IST) From: Eli Zaretskii To: Henrik Karlsson Cc: djgpp AT delorie DOT com Subject: Re: Direct video In-Reply-To: <4kgeo6$s70@nyheter.chalmers.se> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 10 Apr 1996, Henrik Karlsson wrote: > Could some one please tell me if there is a libary for writing directly to the > video memory in textmode (80x50 characters)? Or do i have to write one myself? The functions to do that are part of the standard libc.a library. Look up functions like `cputs', `cprintf', `ScreenUpdate' etc. in the on-line library reference libc.inf.